cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Log Analysis - Is it possible to add a implicit log filter by excluding a certain attribute value

pallepavan
Participant

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 ?

 

1 REPLY 1

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

Featured Posts