Tags: ismaelpuerto/fluent-bit
Tags
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>
oub_azure_blob: fix double free Signed-off-by: Eduardo Silva <eduardo@treasure-data.com>
tls: adjust error message Signed-off-by: Eduardo Silva <eduardo@treasure-data.com>
input_chunk: fix 'no available chunk' error with `filter_rewrite_tag` What used to happen is that input plugins were discarding chunks that do not have a corresponding output plugin. EXCEPT that such a receiving output endpoint did exist, listening to the stream indirectly via `filter_rewrite_tag`. This changes it so that: - Let input_chunk_get() return successfully even when there is no direct output plugin for that chunk (just as it had been doing before a183b57). - And hence resolves the 'no available chunk' error reported by Sophie Fang. Signed-off-by: Fujimoto Seiji <fujimoto@ceptord.net>
metrics: clarification of output_retries_failed metric (fluent#2755) Signed-off-by: konrad <konrad.baumgart@alpaka.in> Co-authored-by: konrad <konrad.baumgart@alpaka.in>
PreviousNext