All Apps and Add-ons

Can't get GoogleMaps App working?

monicato
Path Finder

I've successfully downloaded the app and when I try my search, I get some matching events, but nothing appears on the map... I know this is incorrect, because I should be getting a number of countries in my results

here's my search:

sourcetype="t_test"  | lookup geoip clientip as ip_address | top limit=10000 client_country

Anyone know what might be the problem? I want to have the map display for my dashboard

0 Karma

ziegfried
Influencer

Using ... | top limit=1000 client_country you're emitting the client_country field. In order to get results on the map you need to emit the _geo field ( see app documentation for more details http://splunk-base.splunk.com/apps/22365/google-maps ).

sourcetype="t_test" | geoip clientip

for example emits this _geo field (among others).

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...

Splunkbase Unveils New App Listing Management Public Preview

Splunkbase Unveils New App Listing Management Public PreviewWe're thrilled to announce the public preview of ...

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...