Wesley Pettit
Wesley Pettit
@etoews I understand the request. And we have this on our long term backlog. I understand that your existing workflow is to have Fluent Bit create the log groups, and...
https://github.com/dependabot recreate
@Alonreznik its been put on hold for now, hopefully I will get back to it some time.
I have added this on my personal backlog, which unfortunately right now is very long. My recommendation is to take a look at past issues involving the rewrite_tag filter, with...
So when I send multiline logs at a very high throughput, all I get is this: ``` [2022/04/04 03:38:14] [ warn] [input] emitter.1 paused (mem buf overlimit) ``` Which can...
Please see: https://github.com/fluent/fluent-bit/issues/5235 If you have more than one multiline filter definition and they match the same records, it can cause all sorts of trouble.
So I want to direct everyone to this issue again: https://github.com/fluent/fluent-bit/issues/5235 It is not clear to me that there is a widespread use case that truly requires multiple filter definitions...
@staniondaniel Multiple fitler means like I show in the issue like this: ``` [FILTER] name multiline match * multiline.key_content log multiline.parser go [FILTER] name multiline match * multiline.key_content log multiline.parser...