Splunk Search

How do I sort this stats count?

bayman
Path Finder

This is my search below. It shows Country and count. How do I sort the count field for largest to smallest?

index="cisco_asa" src_ip="*" dest_port="*" action="blocked" | fields src_ip | iplocation src_ip | stats count by Country

kmorris_splunk
Splunk Employee
Splunk Employee

Add the following to the end of your search:

your search....| sort -count

woodcock
Esteemed Legend

Because there are fewer than 1000 Countries, this will work just fine but the default for sort is equivalent to sort 1000 so EVERYONE should ALWAYS be in the habit of using sort 0 (unlimited) instead, as in sort 0 - count or your results will be silently truncated to the first 1000.

DavidHourani
Super Champion

Just an update, default is now 10000 now 1000

dstaulcu
Builder

This is one of the most common gotchas I see among our users. Sure wish splunk would add some sort of tool tip or notification when such limits kick in.

santiagoaloi
Path Finder

that's a good one to keep in mind!

Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Get the T-shirt to Prove You Survived Splunk University Bootcamp

As if Splunk University, in Las Vegas, in-person, with three days of bootcamps and labs weren’t enough, now ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...