Getting Data In

Get top 20 countries from Cisco ASA events

madstylex
New Member

Hi,

I am searching my Cisco ASA logs to count where an IP originates from by country.

It looks like this:

eventtype= | iplocation src_ip | stats count by Country

It works well to give me a count of all the countries, but I can't get it to give me the top 20 only. I have tried multiple combinations of the 'top' and 'head'

I don't want to just choose 20 results per page as I need to generate reports for this.

Can anyone help me out?

0 Karma
1 Solution

renjith_nair
Legend

Try

eventtype= | iplocation src_ip | stats count by Country|sort 20 - count
Happy Splunking!

View solution in original post

renjith_nair
Legend

Try

eventtype= | iplocation src_ip | stats count by Country|sort 20 - count
Happy Splunking!

madstylex
New Member

This worked, thanks

0 Karma

javiergn
Super Champion

You can try this instead:

eventtype= | iplocation src_ip | top limit=20 Country
0 Karma
Get Updates on the Splunk Community!

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...