Hi, new to Splunk I'm trying to sort out names from my logs files as such
so far I have added a new filed "names" but it just gives me all the names of the logs mixed up as such:
cat_01
mouse10
cat_03
Dog_08
mouse10
Dog_60
mouse40
cat_02
mouse70
Dog_50
I'd like to sort these out as such I'm also using one query to search for these logs and i'd like to have a nice graph with all this info. any help would be appreciated.
cat_01
cat_02
cat_03
total= 3
Dog_08
Dog_50
Dog_60
total=3
mouse10
mouse40
total= 2
↧