Eduardo Silva Pereira
Eduardo Silva Pereira
@cosmo0920 Regarding keepalive functionality, in the Upstream interface, we implemented keepalive as an internal feature: https://github.com/fluent/fluent-bit/blob/master/src/flb_upstream.c#L63-L66 For downstream, the options available are here, I am wondering if it makes sense...
closing this since #9036 fixes the content-length problem
Lua fix [was already merged](https://github.com/fluent/fluent-bit/pull/10444), release will be mid next week
Fix: https://github.com/fluent/fluent-bit/pull/10562
please upload the chunks that helps to reproduce the issue here (if you have sensitive data we can keep it private and share it through a different channel)
@pwhelan > Will it be possible to overwrite the group data and metadata as well? Will it be possible to delete them? Not in this version, the main reason is...
....unless we add an option to the filter to process only on Group records, so you have 2 callbacks: one for the group and other for the log
cc: @lecaros
@pwhelan @leonardo-albertovich @cosmo0920 @pwhelan @patrick-stephens I need your help on this for workflows and overall testing: - I have introduced a new CMake option called `FLB_SIMD` (default: off) - SIMD...
thanks for the feedback. Merging it for now since the feature needs to be enabled at build time