Ricardo Ahumada
Ricardo Ahumada
Hello @patrick-stephens I repro this issue using : - Fluent-bit 1.9.7 - Latest Loki and Grafana docker image - GCP e2-micro Instance running Ubuntu 20.04 - Fluent-bit config: ``` [SERVICE]...
Hello @vishwa-trulioo The Loki output plugin disabled processing multiple tasks per flush, because Loki historically did not support out-of-order writes, now it does, and by removing the flag **FLB_OUTPUT_NO_MULTIPLEX** from...
Hello @dschaaff the fix for this issue proposed by @BinaryFissionGames in PR https://github.com/fluent/fluent-bit/issues/6240#event-7644118753, was merged into the master branch and will be released in Fluent-bit v2.0.0. You can check these...
If your application is reading logs from a container, first you should parse the runtime(cri or docker) and then use a multiline filter with your custom multiline parser. Change `multiline.parser...
Hello @emmacz. Thanks for reporting this behavior; I was able to reproduce the issue using your configuration by following your instructions. From your log sample: * There are at least...
Tested the new implementation, and it works as expected. When the option **DB.compare_filename** is enabled, the incorrect offset issue doesn't occur
Hello @nilushancosta Have you tried to create a secret and mount it as an env variable? Here you will find https://github.com/fluent/fluent-bit/issues/7011#issuecomment-1472880366 a working example of using an env variable in...