Skip to content

Tags: alvinhom/fluent-bit

Tags

v1.1.1

Toggle v1.1.1's commit message
lib: monkey: sync mk_event changes

Signed-off-by: Eduardo Silva <eduardo@treasure-data.com>

v1.1.0

Toggle v1.1.0's commit message
Merge branch 'master' of github.com:fluent/fluent-bit

v1.0.6

Toggle v1.0.6's commit message
filter: on exit, do not invoke cb_exit() if no context is set (fluent…

…#1195)

Signed-off-by: Eduardo Silva <eduardo@treasure-data.com>

v1.0.5

Toggle v1.0.5's commit message
hash: make flb_hash_get to work with non-null terminated strings (flu…

…ent#1216)

Signed-off-by: I330716 <vladimir.vasilev@sap.com>

v1.0.4

Toggle v1.0.4's commit message
lib: chunkio: file: fix mmap leak due to missing mremap on syncing (f…

…luent#1037)

When a file is synced, the memory map size can change since there is
always extra space available in the region. The current implementation
did not adjusted the memory mapped size leading to keep mapped regions.

This patch make sure to adjust memory map size if required.

Signed-off-by: Eduardo Silva <eduardo@treasure-data.com>

v1.0.3

Toggle v1.0.3's commit message
bitbake: add recipe for v1.0.3 release

Signed-off-by: Eduardo Silva <eduardo@treasure-data.com>

v1.0.2

Toggle v1.0.2's commit message
filter_parser: fix error message (fluent#1008)

Signed-off-by: Eduardo Silva <eduardo@treasure-data.com>

v1.0.1

Toggle v1.0.1's commit message
filter: compose safety Tag and fix write offset (fluent#993)

Filter was trusting that input plugins was ingesting a NULL terminated
value, but if the data comes from Forward this will not be the case and
when calling the Routing will not match any rule.

This patch add a safety tag composer plus fix a problem when setting up
the write position when data has been removed.

Signed-off-by: Eduardo Silva <eduardo@treasure-data.com>

v1.0.0

Toggle v1.0.0's commit message
storage: remove unused variables

Signed-off-by: Eduardo Silva <eduardo@treasure-data.com>

v0.14.9

Toggle v0.14.9's commit message
output: on proxy plugin init, validate return value (fluent#949)

Signed-off-by: Eduardo Silva <eduardo@treasure-data.com>