I have been looking in the forums and the docs to see if i could find an answer for this but i am unable to find anything.
I am trying to prune down the business transactions we are getting on our php tier, but am running into a few issues.
Due to how our system is set up i get business transactions from our production training and production internal(test) servers.
I want to create an exclude rule for each of these.
in the php configuration i have the virtual host names turned on for php mvc transactions and i would like to know if it is possible to exclude by the virtual host names.
the mvc rules allow for exclusion by :
module : controller : action
but appear in business transactions as:
virtual host : module : controller : action