A question to those using Grafana to display Loki logs.
I'm displaying my Kubernetes pod/container logs in the Grafana Log panel. I'm adding the Kubernetes pod labels to each log line. This makes the log lines pretty busy and I have to scan them visually to find the actual log message.
Is there a way to tell tell in the Loki query or the Grafana panel config to drop some keys from the log line completely, so I only end up with the actual log content?
1/2