You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In current implementation application stack traces (java, go, python), multi-line logs, are split into different log entries.
Activate fluentbit new built-in mutiline parsers/filters (availible since v1.8.2) to concatenate Multiline or Stack trace log messages. In my current implementation, multiline parser is configured for Tail input (using cri parsers) to parse possible multiline containerd logs.
It is needed to apply mutiline filter to the log field, discovered while parsing containerd log (cri parse). to process this stack traces generated by different languages (go, python, java).
See furthter details multiline filter doc.
Implementation details
Filter like the following should be added
[FILTER]
name multiline
match *
multiline.key_content log
multiline.parser java,python,go
The text was updated successfully, but these errors were encountered:
Enhancement Request
In current implementation application stack traces (java, go, python), multi-line logs, are split into different log entries.
Activate fluentbit new built-in mutiline parsers/filters (availible since v1.8.2) to concatenate Multiline or Stack trace log messages. In my current implementation, multiline parser is configured for Tail input (using cri parsers) to parse possible multiline containerd logs.
It is needed to apply mutiline filter to the
log
field, discovered while parsing containerd log (cri parse). to process this stack traces generated by different languages (go, python, java).See furthter details multiline filter doc.
Implementation details
Filter like the following should be added
The text was updated successfully, but these errors were encountered: