Reporting

How to create a report that shows the number of events coming from a source IP address and include the iplocation data elements, City, State, Country?

jaybolser
New Member

I want to see on a daily basis, where traffic is coming from, something like below.

SourceIP Event Count City State Country
1.1.1.1. 24 Minneapolis MN USA
2.2.2.2 20 Anqing Anhui China

Tags (3)
0 Karma

Dallastek
Explorer

sourcetype=your source | iplocation SourceIP | stats count by SourceIP, City, Region, Country

0 Karma

martin_mueller
SplunkTrust
SplunkTrust

You should use the order from my answer, gives you the same result with way fewer invocations of iplocation.

0 Karma

martin_mueller
SplunkTrust
SplunkTrust

Something like this?

your base search | stats count as "Event Count" by SourceIP | iplocation SourceIP
0 Karma

martin_mueller
SplunkTrust
SplunkTrust

There is no field State, it's called Region.

That shouldn't stop it all from working though... check if you have the lat and lon fields after calling the iplocation command for your ip field.

0 Karma

jaybolser
New Member

I'm aware of the private address ranges and I'm excluding them from what I'm trying to do. It appears that I can't insert '|Table City, State, Country' with this sort of report.

0 Karma

martin_mueller
SplunkTrust
SplunkTrust

Not all IP addresses have known location approximations, especially private ones. Make sure you're not suffering from that.

0 Karma

jaybolser
New Member

I tried that and I don't get any IPLocation data to add to the report.

0 Karma
Get Updates on the Splunk Community!

Strengthen Your Future: A Look Back at Splunk 10 Innovations and .conf25 Highlights!

The Big One: Splunk 10 is Here!  The moment many of you have been waiting for has arrived! We are thrilled to ...

Now Offering the AI Assistant Usage Dashboard in Cloud Monitoring Console

Today, we’re excited to announce the release of a brand new AI assistant usage dashboard in Cloud Monitoring ...

Stay Connected: Your Guide to October Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...