grafana / explore-logs

Repo for the Loki log exploration app
GNU Affero General Public License v3.0
308 stars 14 forks source link

Logs level and pattern detection does not work with json format #869

Closed suikast42 closed 2 weeks ago

suikast42 commented 1 month ago

What happened?

Explore logs from service selection

Image

Explore logs in Explore

Image

What did you expect to happen?

Explore logs does now show the right log levels and pattern detection does not works with json log format

svennergr commented 2 weeks ago

Hi @suikast42,

What Loki, Grafana, and Explore Logs plugin version are you running?

Thanks!

suikast42 commented 2 weeks ago

The issue was in my ingestion of the log data. I migrate to the new loki 3.2 client api and everything works fine.