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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...