06 Apr 2022 05:54 PM - last edited on 07 Apr 2022 08:37 AM by MaciejNeumann
Guys, I need help with a regex rule for a request attribute. I need to get an email. I've tried several ways and Dynatrace doesn't accept my rules. In Regex101 it's OK, I can capture what I need, but when I put it in Dynatrace, I get an error message.
I don't know how to configure it within Dynatrace. Can anyone help?
Thank you
Solved! Go to Solution.
06 Apr 2022 06:20 PM
Try this way, more generic:
addressingkey: ([^ ]*+)
Assuming you are using a space after the email