I’m probably doing something very stupid here.
Running Grafana 7.x
Datasource is Loki
The query is
sum(count_over_time({DataSource=“Board Logins”} |= “Login Succeeded” [5m])) by (Login)
and the legend should contain (as an example)
ADMIN2
but actually shows
{Login=‘ADMIN2’} ADMIN2
I can’t find any setting to literally just show the value ‘ADMIN2’ and not the curly-bracketed section.
What have I missed, because I can’t find it, and it is driving me nuts.
Would appreciate any help here, and if I missed something in the docs, do call me out and point me to the bit i missed
Thanks