Tags: lineCode/fluent-bit
Tags
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>
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>
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>
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>
out_es: support 'id_key' to get id from record(fluent#3303) (fluent#3320 ) Signed-off-by: Takahiro Yamashita <nokute78@gmail.com>
in_dummy: support config map (fluent#3135) Signed-off-by: Takahiro Yamashita <nokute78@gmail.com>
dockerfile: switch to FLB_RELEASE mode Signed-off-by: Eduardo Silva <eduardo@treasure-data.com>
PreviousNext