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
Get Updates on the Splunk Community!

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

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...