Splunk Search

How do I run a lookup on a list of cities/countries with latitude and longitude and plot them on a map visualization?

xbbj3nj
Path Finder

Hi,

I have a list of cities and countries along with latitude and longitude.

Name   Latitude Longitude
India    Blah       Blah
US        Blah       Blah

Now how do I lookup on them and plot on a map visualization in Splunk? (geostats, iplocation, etc)

Thanks in advance

0 Karma

MuS
Legend

Hi xbbj3nj,

let's say your lookup file is called cities.csv and the lookup is called cities then you can run this search :

 your base search here to get back city name | lookup cities | geostats latfield=Latitude longfield=Longitude count

and use the map visualisation to show it on a map.

See the docs for more details:
http://docs.splunk.com/Documentation/Splunk/6.3.3/SearchReference/Lookup
http://docs.splunk.com/Documentation/Splunk/6.3.3/SearchReference/Geostats

Hope this helps ...

cheers, MuS

0 Karma

frobinson_splun
Splunk Employee
Splunk Employee

Depending on the way you want results to show up on a map, a Choropleth map visualization might also be useful. See this documentation:
http://docs.splunk.com/Documentation/Splunk/6.3.3/Viz/Choroplethmaps

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 ...