03 Oct 2022
01:27 PM
- last edited on
04 Oct 2022
04:21 AM
by
Ana_Kuzmenchuk
Hello,
Does the DT GUI allow us to filter on regular expressions or wild cards for the data explorer and custom alerting profiles?
I have a use case of collecting ready message count in a number of queues all with names ending in "*_error" , when I try to put in a similar wildcard it fails to filter on it.
Help/Advice appreciated.
thanks
Ven
regex is really only applicable in certain subsets of Dynatrace for example Auto Tags, Request Attributes, Management Zones etc....
Not sure I got the precise use case, but did you try entityName("_error") that works as "contains" clause? Unfortunately there is startsWith but not endsWith.