07 Mar 2022 05:32 PM - edited 07 Mar 2022 05:38 PM
Hi,
I need help with regex for useractions. My requirement is to match multiple domains and when i test regex its working fine in regex tester but when i check in dynatrace its not allowing.
Here is my requirement to match below domains
www-pt.abc.com
asean-pt.abc.com
latino-pt.abc.com
But shouldn't match below domain
stg-manage.abc.com
Here is the regex i see working in regex tester ^(?:www|asean|latino)\-pt\.abc\.com
Please guide me with the right regex for my requirement in dyantrace.
Thanks,
Tarun
Solved! Go to Solution.
08 Mar 2022 08:48 AM
Where in Dynatrace are you trying to use the regex? Because in application detection rule you cannot use regular expressions to match the domains/URLs.
08 Mar 2022 10:07 AM
Hello @tarun_kumar_aga
You can use pt.abc.com to define which web requests for your applications.
For more insight:
Regards,
Babar