12 Jun 2024 08:26 PM - last edited on 13 Jun 2024 08:09 AM by MaciejNeumann
Good afternoon, I need to exclude SOAPAction with null values, in the services. how can I exclude those SOAPAction with null values? I am trying to do that with the following regular expression ^d+$. is this regular expression supported by Dynatrace?
I am doing this in the "setting service" of the corresponding service.
I remain attentive to the answer
Solved! Go to Solution.
25 Jun 2024 03:54 PM
Hi @iescalante
If you want to exclude some request in your services you can use "Muted request"
https://docs.dynatrace.com/docs/shortlink/service-monitoring-mute
If you want to identify the SOAPAction( think its a value that you can capture in header)
1.- Create a Request Attribute capturing the value of header
2.- Create a Web request naming based on Request attribute with value null
3.- Exclude with muted request
I hope it's helpful 💪