I trying to filter logs using loglevel fiter attribute not having info status alone, but i wanted to do it implicitly (something like -info) rather than selecting all other applicable attribute values in the filters list. is there any possible way to do this ?
Hi @pallepavan
The easiest way for that would be filterOut ex:
filterOut matchesValue(loglevel, "INFO")
You can check more details in docs:
https://www.dynatrace.com/support/help/platform/grail/dynatrace-query-language/commands#filterOut
Hope it helps
Bests
Michael