Splunk Search

There are sites that provide geolocation of IPs. Is there a way to create a Splunk form for this function? Does the ip address in question need to be indexed somewhere prior?

scott_sackrider
Explorer

Rather than use 3rd party websites, we'd like to use Splunk to geolocate an address that may not yet be indexed. Similarly, we have many network ranges, so we'd like to search an arbitrary address to find at which of our locations it resides. The ranges are in an index, but not all gazillion addresses we own.

1 Solution

dwaddle
SplunkTrust
SplunkTrust

Splunk has the existing "| iplocation" command which does this at search time using its local copy of Maxmind's "free" GeoLite2 database.

With the correct scripting tools, it's "not difficult" to add your own ranges to the GeoLite2 database and have them show up in the output of the "| iplocation" command just like any external IPs might.

Also, a simple XML dashboard to make arbitrary lookups using Splunk's iplocation command is not at all difficult either. In fact, give https://gist.github.com/duckfez/bea451c41be8c2db9fb20647eef4592f a try.

alt text

View solution in original post

0 Karma

dwaddle
SplunkTrust
SplunkTrust

Splunk has the existing "| iplocation" command which does this at search time using its local copy of Maxmind's "free" GeoLite2 database.

With the correct scripting tools, it's "not difficult" to add your own ranges to the GeoLite2 database and have them show up in the output of the "| iplocation" command just like any external IPs might.

Also, a simple XML dashboard to make arbitrary lookups using Splunk's iplocation command is not at all difficult either. In fact, give https://gist.github.com/duckfez/bea451c41be8c2db9fb20647eef4592f a try.

alt text

0 Karma

scott_sackrider
Explorer

Not only did that work.. it's fast.. Thanks!

0 Karma
Get Updates on the Splunk Community!

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!

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

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...