Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
04-29-2019 11:47 AM
I'm trying to implement page naming by a regex match on the url but EUM just reports it as empty page name. I just want what the value from arg12=___ When I run my url through regex101.com it works fine. Has anyone tried this?
URL: https://ftp4ABC.ABC.com/human.aspx?r=1891951895&arg12=groups
regex: (a|A)rg12=(.*\r?)
Regex101 shows my group 2 as fetching "groups" from the arg12= but appdy does not seem to be capturing anything.
02-20-2020 06:23 PM
We had a similar issue with our AJAX naming rules.
Try this: .*arg12\=([a-zA-Z0-9\_]*).*
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form