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
---
What goes around comes around. If it helps, hit it with Karma 🙂

View solution in original post

renjith_nair
Legend

Try

eventtype= | iplocation src_ip | stats count by Country|sort 20 - count
---
What goes around comes around. If it helps, hit it with Karma 🙂

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
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Take Action Automatically on Splunk Alerts with Red Hat Ansible Automation Platform

 Are you ready to revolutionize your IT operations? As digital transformation accelerates, the demand for ...

Calling All Security Pros: Ready to Race Through Boston?

Hey Splunkers, .conf25 is heading to Boston and we’re kicking things off with something bold, competitive, and ...

Beyond Detection: How Splunk and Cisco Integrated Security Platforms Transform ...

Financial services organizations face an impossible equation: maintain 99.9% uptime for mission-critical ...