So, I wanted to Split the path into multiple events so that i can count whatever i want to count like active or dev or usa or etc. We have few path i.e below path=/dev/site/usa/active
path=/prod/site/usa/inactive
path=/dev/site/Germany/cleaning
path=/qa/site/Austria/maintenancemode
So now i want to count each of active by usa, dev then I want to get the top 5 counts of it. In the results i want to see the bar graph like active cleaning
maintenancemode
instead of whole path.
Note: I don't have backend access.
... View more