8000 Tags · ismaelpuerto/fluent-bit · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: ismaelpuerto/fluent-bit

Tags

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>

v1.7.0-rc8

Toggle v1.7.0-rc8's commit message
oub_azure_blob: fix double free

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

v1.7.0-rc7

Toggle v1.7.0-rc7's commit message
tls: adjust error message

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

v1.7.0-rc6

Toggle v1.7.0-rc6's commit message
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>

v1.7.0-rc5

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

v1.7.0-rc4

Toggle v1.7.0-rc4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>
0