Splunk Search

How to count distinct IPs from a given country

mlines333
New Member

I am trying to parse a syslog input to count the number of distinct IPs for a given country. My search string is

 iplocation src_ip | stats sparkline count by Country | sort - count | head 10

I'd like to add a column after "count" that displays the number of unique source IP for a given country. Is this possible?

0 Karma
1 Solution

willemjongeneel
Communicator

Hello,

Maybe you can try this?

iplocation src_ip | stats sparkline count, dc(src_ip) by Country | sort - count | head 10

Kind regards,
Willem

View solution in original post

0 Karma

willemjongeneel
Communicator

Hello,

Maybe you can try this?

iplocation src_ip | stats sparkline count, dc(src_ip) by Country | sort - count | head 10

Kind regards,
Willem

0 Karma
Get Updates on the Splunk Community!

Enterprise Security Content Update (ESCU) | New Releases

In December, the Splunk Threat Research Team had 1 release of new security content via the Enterprise Security ...

Why am I not seeing the finding in Splunk Enterprise Security Analyst Queue?

(This is the first of a series of 2 blogs). Splunk Enterprise Security is a fantastic tool that offers robust ...

Index This | What are the 12 Days of Splunk-mas?

December 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...