We're monitoring an application with a large variety of report web services. The remote services URL's come in a wide variety. Some with only a couple segments some with 5 or 6 segments Some with parameters Some without We'd like to drop the parameters, keep the first 3 segments if they exist and keep the "/" 's Is this possible ? What would be the best way to do this ? Here is an example Parse the following URL's https://ingress-tst.abc.com/componentservice/abc/12dd?sadf=qbert https://ingress-tst.abc.com/componentservice/abc/ https://ingress-tst.abc.com/componentservice/abc/post/test/12dd?sadf=qbert so they all show up in Appdynamics like https://ingress-tst.abc.com/componentservice
... View more