Hi @niuk,
try something like this:
your_search
| stats count BY src_ip
| sort -count
I hint to follow the Search Tutorial (https://docs.splunk.com/Documentation/Splunk/8.0.6/SearchTutorial/WelcometotheSearchTutorial)to learn how to impement searches.
Ciao.
Giuseppe
Hi @niuk,
try something like this:
your_search
| stats count BY src_ip
| sort -count
I hint to follow the Search Tutorial (https://docs.splunk.com/Documentation/Splunk/8.0.6/SearchTutorial/WelcometotheSearchTutorial)to learn how to impement searches.
Ciao.
Giuseppe