How to extract severity level from log with fluent-bit to display in Loki Grafana
I have fluentbit ingesting logs, shipping them to Loki, which we can then search in Grafana. I have a parser which extracts the severity level
from the log (info/warn/debug/trace), but in Grafana the level
is automatically set to debug
, which doesn’t appear in either the logs or my configs. Ex: