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!

Build Your First SPL2 App!

Watch the recording now!.Do you want to SPL™, too? SPL2, Splunk's next-generation data search and preparation ...

Exporting Splunk Apps

Join us on Monday, October 21 at 11 am PT | 2 pm ET!With the app export functionality, app developers and ...

[Coming Soon] Splunk Observability Cloud - Enhanced navigation with a modern look and ...

We are excited to introduce our enhanced UI that brings together AppDynamics and Splunk Observability. This is ...