Fluent-bit plugin encoded characters #2246
Labels
component/integrations
good first issue
These are great first issues. If you are looking for a place to start, start here!
help wanted
We would love help on these issues. Please come help us!
keepalive
An issue or PR that will be kept alive and never marked as stale.
Describe the bug
When sending events (which are Java Logs in json) from Fluent-bit to Loki encoded characters within record are shown as plain text in Grafana. For example instead of newline there is
\n
I think there is some issue with plugin itself as fluent-bit logs are ok.
Also tested the same log messages with FluentD and FluentD Loki plugin - everything is ok in Grafana
To Reproduce
Send JSON Log Message with stacktrace (Java exceptions for example)
Expected behavior
Grafana displays newlines and tabs instead of
\n
\t
Environment:
Fluent-bit-->Loki<--Grafana
Screenshots, Promtail config, or terminal output
Fluent-bit logs:
Fluent-bit config:
Grafana output with Fluent-bit as collector and shipper
Grafana output with FluentD as collector and shipper
The text was updated successfully, but these errors were encountered: