Skip to content

Tags: lineCode/fluent-bit

Tags

v1.7.8

Toggle v1.7.8's commit message
unescape: fix casting char to uint32_t on arm inconsistent with x86

This patch fix casting issue where casting char to uint32_t on arm is
inconsistent with x86, because char is unsigned char by default on arm,
but signed char on x86, so need to do a explicit conversion before casting
char to uint32_t.

Signed-off-by: Yinjie Du <yingjie.du@smartx.com>

v1.7.7

Toggle v1.7.7's commit message
Merge branch '1.7' of github.com:fluent/fluent-bit into 1.7

v1.7.6

Toggle v1.7.6's commit message
in_tail: fix handling of long lines (fluent#3490)

in_tail: fix handling of long lines

This patch restores the behavior of expanding the buffer upto buffer_max_size before
skipping a line that is too long. It also correctly marks the offset after skipping
the long line

Signed-off-by: Joaquin Luna <jluna@tableau.com>
Co-authored-by: Joaquin Luna <jluna@tableau.com>

v1.7.5

Toggle v1.7.5's commit message
output: allow 0 as Retry_Limit to disable retrying (fluent#3219)

* output: define unlimited/none retry configurtion constant
* engine: support no retry configuration(fluent#3190)
* sosreport: use FLB_OUT_RETRY_UNLIMITED define
* output: set default value when invalid retry_limit is set
* output: support no_retries/no_limits as retry_limits value

Signed-off-by: Takahiro Yamashita <nokute78@gmail.com>

v1.7.4

Toggle v1.7.4's commit message
out_http: new log_response_payload option to enable or disable payloa…

…d logging (fluent#3348)

Signed-off-by: Lionel Cons <lionel.cons@cern.ch>

v1.7.3

Toggle v1.7.3's commit message
out_es: support 'id_key' to get id from record(fluent#3303) (fluent#3320

)

Signed-off-by: Takahiro Yamashita <nokute78@gmail.com>

v1.7.2

Toggle v1.7.2's commit message
in_dummy: support config map (fluent#3135)

Signed-off-by: Takahiro Yamashita <nokute78@gmail.com>

v1.7.1

Toggle v1.7.1's commit message
mp: fix unknown size on Windows

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

v1.7.0

Toggle v1.7.0's commit message
plugins: udpate copyright date

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

v1.7.0-rc9

Toggle v1.7.0-rc9's commit message
dockerfile: switch to FLB_RELEASE mode

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