All Apps and Add-ons

_geo does not plot on google maps

preethiswamy
Explorer

Good Evening All, I am new to splunk and I need to a POC integrating with google maps. I appreciate any help. I have created a lookup table us_cities, configured transforms/props.conf. In fact I even have the below command resulting in the response "4 results with location information ( 4 distinct locations ) over all time" but I don't see anything plotted on the map. Also, the geo results tab shows the right lat,long retrieved from the lookup table for all the 4 locations.

| inputlookup us_cities.csv | search city="Chattanooga" | eval _geo=lat+","+long

1 Solution

martin_mueller
SplunkTrust
SplunkTrust

The built-in maps are only available since version 6, so most info on the internet predates that.

If you have fields lat and long, you can append this to your search:

... | geostats count latfield=lat longfield=long 

That will compute geo-based bins, similar to time-based bins in timechart, for various zoom levels. Don't forget to switch the visualization to Map, and see http://docs.splunk.com/Documentation/Splunk/6.1.1/SearchReference/geostats for reference of geostats.
Additionally, check out http://apps.splunk.com/app/1603/ for examples.

View solution in original post

martin_mueller
SplunkTrust
SplunkTrust

The built-in maps are only available since version 6, so most info on the internet predates that.

If you have fields lat and long, you can append this to your search:

... | geostats count latfield=lat longfield=long 

That will compute geo-based bins, similar to time-based bins in timechart, for various zoom levels. Don't forget to switch the visualization to Map, and see http://docs.splunk.com/Documentation/Splunk/6.1.1/SearchReference/geostats for reference of geostats.
Additionally, check out http://apps.splunk.com/app/1603/ for examples.

preethiswamy
Explorer

This worked. Thanks Martin.

0 Karma

preethiswamy
Explorer

Thank you Martin, I am checking it out now.

0 Karma

preethiswamy
Explorer

Thanks Martin. I want to map out cities and most answers on splunk seem to point to google maps. I just started looking into geostats, any quick tips?

0 Karma

martin_mueller
SplunkTrust
SplunkTrust

Have you considered using the built-in Splunk Maps?

0 Karma
Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...