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
Get Updates on the Splunk Community!

Deep Dive into Federated Analytics: Unlocking the Full Power of Your Security Data

In today’s complex digital landscape, security teams face increasing pressure to protect sprawling data across ...

Your summer travels continue with new course releases

Summer in the Northern hemisphere is in full swing, and is often a time to travel and explore. If your summer ...

From Alert to Resolution: How Splunk Observability Helps SREs Navigate Critical ...

It's 3:17 AM, and your phone buzzes with an urgent alert. Wire transfer processing times have spiked, and ...