Users can configure the display names for pages and iframes in the Controller UI.
If the default naming configuration is enabled, AppDynamics will name a page using the first two segments of the page URL. It is possible to modify the default configuration by clicking on "Default Naming Configuration" in the "Include Rules" section of the Controller UI.
For more information, see documentation on Configure Page Identification and Naming.1. While defining a rule about page names, the criteria filter works purely in the request URL and not the default name that you see in the 'Pages and Ajax Requests' module.
2. If using Regular Expressions, the expression must match the complete URL.
http://dev.ecommerce.com/Store/
then the Regex must be .*\.ecommerce.com\/Store\/
3. Regex criteria are case sensitive.
http://dev.ecommerce.com/Store/
, the Regex .*\.ecommerce.com\/store\/
will not work because the word store must be capitalized. 4. Priority changes:
Why doesnt this expression validate to true at https://www.regexplanet.com/advanced/java/index.html
Hi Jonathan,
Its not matching because you have probably selected the type as Java. If you insteasd choose the type as Javascript( this can ve doen from the top menu, expand the dropdown under testing and select javascript), it should match.
Thanks,
Chitra