Can someone help me understand this splitting option better, everytime I seem to turn it on it aggregates all my data into one <...>. I ask because I need to determine if a certain IP has hit a certain URL x number of times in 5 minutes. Any help would be great
Kyle
Answer by Graeme W. ·
Do you mean you want to know if **any** IP has hit a certain URL more than X times in five minutes? Or is it only one client IP that you're interested in?
If the latter, why don't you create a PurePath business transaction that filters on the URL and the Client IP?
Add (a copy of) your favorite PP measure (like PP response time) as a result measure with an aggregation of "count" and the threshold you want.
Create an incident rule with an aggregation of "count" and a time interval of 5 minutes and Bob's your uncle.
-- Graeme
JANUARY 15, 3:00 PM GMT / 10:00 AM ET