Is it possible to suppress the highlighting of the search term in the Logs panel?
In Grafana 9 it is pretty strong with yellow background color.
Thanks for advices.
Is it possible to suppress the highlighting of the search term in the Logs panel?
In Grafana 9 it is pretty strong with yellow background color.
Thanks for advices.
Welcome to the
community @kopetsch!
There’s a discussion/feature request in github for this. Another user has suggested that you can disable highlighting by using a variable for the search term. I’m not sure if it will work for your use case, but wanted to share.
A workaround I was able to use in loki logs which were JSON formatted was to look for the quote, then reformat the log entry
{} |~ "\".*search_term" | json | line_format "{{.message}}"