DX Application Performance Management

  • 1.  Wildcards in URL grouping

    Posted Mar 24, 2017 05:46 PM

    URL grouping. Could we use any other wildcard except (*) while defining a new url grouping. I am trying to avoid occurrence of a unique ID in my URL groupings.



  • 2.  Re: Wildcards in URL grouping
    Best Answer

    Broadcom Employee
    Posted Mar 24, 2017 06:04 PM

    Looks like no . This KD is on doing exclude and URL Groupings that may help

    https://www.ca.com/us/services-support/ca-support/ca-support-online/knowledge-base-articles.TEC1650634.html 



  • 3.  Re: Wildcards in URL grouping

    Broadcom Employee
    Posted Mar 28, 2017 09:48 AM

    Hello,

    As far as I know pathprefix is a path with a wildcard, it doesn’t support regexp

    If your requirement is to exclude urls coming from different paths into a single node/group, then you need to have same path for the multiple pathprefix, for example:


    introscope.agent.urlgroup.group.actions1.pathprefix=/patient/records/patientFred1/*.aspx
    introscope.agent.urlgroup.group.actions2.pathprefix=/patient/records/Gingerpatient2/*.aspx
    introscope.agent.urlgroup.group.actions1.format=patient | records | Patients | {path_delimited:/:7:8}
    introscope.agent.urlgroup.group.actions2.format=patient | records | Patients | {path_delimited:/:7:8}

    introscope.agent.urlgroup.group.actions3.pathprefix=/patient/records/patientGeorge1/*.aspx
    introscope.agent.urlgroup.group.actions4.pathprefix=/patient/records/Strangepatient2/*.aspx
    introscope.agent.urlgroup.group.actions3.format=patient | records | Aliens | {path_delimited:/:7:8}
    introscope.agent.urlgroup.group.actions4.format=patient | records | Aliens | {path_delimited:/:7:8}

     

    I see a similar discussion here:

    https://communities.ca.com/message/241849168?commentID=241849168#comment-241849168

    https://www.ca.com/us/services-support/ca-support/ca-support-online/knowledge-base-articles.TEC1650634.html

     

    Now, if you are still interested to get regexp supported, then, I suggest you to open an idea or enhancement request.

     

    Regards,

    Sergio