Hi Team,
Please help me to find following pattern.
I want create measure to find Tata Consultancy Services Ltd
from Query _nfpb=true&_portlet.async=false&_pageLabel=csnOverview&csn_cocode=5400&companyName=Tata%20Consultancy%20Services%20Ltd
Please suggest.
Regards,
Jalpesh
Answer by Andreas G. ·
Why do you want to use a RegEx for this?
I would do the following
a) capture the Servlet Parameter "companyName"
b) create a Http Parameter measure that filters on that name "Tata Consultancy Services Ltd"
c) use this in a Business Transaction as filter measure
Andi
Hi Andy,
Thanks for reply.
I have given "Tata Consultancy Services Ltd"as example.
I want Regex for generic purpose.
So that I can capture various names.
Regards,
Jalpesh
What is your ultimate goal? Is it to count the number of times a specific parameter has a certain value? If that is the case I would still go with my approach.
If you just want to count if a certain text is on the whole URL you can go with your approach. I am not a RegEx experts - so i hope somebody else can help you with this
JANUARY 15, 3:00 PM GMT / 10:00 AM ET