Skip to content

Tags: gitfool/fluent-bit

Tags

v1.9.10

Toggle v1.9.10's commit message
out_s3: add store_dir_limit_size to limit S3 disk usage

Signed-off-by: Wesley Pettit <[email protected]>

tiger-1.8.15-20221123

Toggle tiger-1.8.15-20221123's commit message
chunkio: fixed the error code assigned when the file header is garbled

Signed-off-by: Leonardo Alminana <[email protected]>

v2.0.6

Toggle v2.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
regex: support /patttern/option (fluent#6257)

* tests: internal: regex: add test for flb_regex
* regex: support /patttern/option

/pattern/m  Enable multiline mode. '.' matches new line.
/pattern/i  Ignore case.
/pattern/x  Extend mode. ignore white spaces.

See also: https://ruby-doc.org/core-3.1.2/doc/regexp_rdoc.html#label-Options

Signed-off-by: Takahiro Yamashita <[email protected]>

v2.0.5

Toggle v2.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
in_cpu: fix pointer to v_cpuid (fluent#6238)

Inlining the format string produces this warning:

    format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘char (*)[8]’

v_cpuid is already a char[8], so it can be passed directly.

Signed-off-by: Tobias Nießen <[email protected]>

v2.0.4

Toggle v2.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bin: fix return type for flb_cf_section_property_add. (fluent#6299)

Signed-off-by: Phillip Whelan <[email protected]>

Signed-off-by: Phillip Whelan <[email protected]>

v2.0.3

Toggle v2.0.3's commit message
in_winevtlog: Fix ignoring non-existent channel handling

With previous implementation, winevtlog plugin does not handle any channels when
ignore_missing_channels parameter is not true.

Signed-off-by: Hiroshi Hatake <[email protected]>

v2.0.2

Toggle v2.0.2's commit message
lib: cmetrics: upgrade to v0.5.4

Signed-off-by: Eduardo Silva <[email protected]>

v2.0.1

Toggle v2.0.1's commit message
out_opentelemetry: fix extern function prototype

Signed-off-by: Eduardo Silva <[email protected]>

v2.0.0

Toggle v2.0.0's commit message
chunk_trace: minor fixes when tracing with rewrite_tag filters.

  * check an alias is set for an input when searching for
    an input to activate a trace on.
  * improve handling for empty records (which rewrite_tag
    emits...).
  * fix arguments passed to trace filter.

Signed-off-by: Phillip Whelan <[email protected]>

v2.0.0pre

Toggle v2.0.0pre's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
filter_ecs: new filter for AWS ECS Metadata (fluent#5899)

Signed-off-by: Wesley Pettit <[email protected]>