Hi I'm trying to get a visualization of the count of endpoints hit in a timeframe. My issue is that when I add my url.path feild to the visualization it displays like this (as an example)
/rest/endpoint/8372812
/rest/endpoint/3781293
What I would like to happen is that I get the total count of records excluding the ID that's in the url so instead of the above showing 2 seperate results I would see it all grouped as
/rest/endpoint/
I've tried using the exclude field and I've tried using the filter but I just can't get it to display what I need, is this possible? can anyone help please? Thanks!