Hi
I'm trying to figure out how to add some splitting(filtering) from an otherwise generic splitting measure.
The bottom BS will automatically split off all unique first URL path splittings that dynaTrace see's. Regex /([^(/;\?)]*).*
e.g.
www.mysite.com/somethinghere
www.mysite.com/US
www.mysite.com/Denver
www.mysite.com/NY
Dont want to see these
www.mysite.com/error/notfound
For our site, we generate error/notfound 404 URLs when the user enters an incorrect path or some other reason.
Also, these are also considered failed transactions, and we get a lot of failure rate too high alerts. I'd rather not increase the threshold, but simply filter out the error/notfound splitting.
I created a copy of the first part of URL BS, and tried creating measure that will filter out the splittings, however I'm not familiar on how to do this.
Maybe I can either modify the First URI path Part splitting, or add another measure to the BS under spliting.
Or perhaps another option anyone here can suggest?
A snapshot of the built-in URI Path Part splitting measure
Answer by Richard D. ·
awsome, thanks for the quick feedback - I'll try it out and let you know if it worked.
Answer by Thomas L. ·
Hi Richard,
If you're only concerned about not seeing "/error/notfound", you should be able to add it into the filter. Create a new measure using "URI Pattern Value" and set the Match to "not contains" with a value of "/error/notfound."
Let me know if this helps.
JANUARY 15, 3:00 PM GMT / 10:00 AM ET