Click the Start a free trial link to start a 15-day SaaS trial of our product and join our community as a trial user. If you are an existing customer do not start a free trial.
AppDynamics customers and established members should click the sign in button to authenticate.
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\_]*).*
User | Count |
---|---|
3 | |
2 | |
1 | |
1 |
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form