23 Oct 2023 08:04 AM - last edited on 18 Oct 2024 10:09 AM by MaciejNeumann
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 ?
Solved! Go to Solution.
23 Oct 2023 01:23 PM
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