All Apps and Add-ons

Is the Google Maps Add-on for Splunk Enterprise supported in Splunk 6.3?

rameshlpatel
Communicator

Hi ,

I want to know if the Google Maps Add-on for Splunk Enterprise is supported in Splunk 6.3?

0 Karma

southeringtonp
Motivator

It's not supported. And in the vast majority of case you're better off using the built-in maps in Splunk 6.

But if you want to know whether it works, then the answer is probably yes. There are still a few narrow edge cases dealing with large result counts and/or Advanced XML dashboards where it may make sense to use Google maps. Just remember you're going to be largely on your own if it breaks later.

It won't work out of the box if you're using SSL, but you may be able to fix it with the following code at line 29 of $SPLUNK_HOME/etc/apps/maps/appserver/modules/GoogleMaps/GoogleMaps.js

            if (window.location.protocol == 'http') {
                s.src = "http://maps.google.com/maps/api/js?sensor=false&version=v3.6&callback=_gmapsOnLoad";
            } else {
                s.src = "https://maps.google.com/maps/api/js?sensor=false&version=v3.6&callback=_gmapsOnLoad";
            }

( This is a slightly updated duplicate of https://answers.splunk.com/answers/146459/google-maps-not-working-after-upgrade-to-6-1-2.html )

0 Karma

ChrisG
Splunk Employee
Splunk Employee

No, it does not. It supports 5.0 only.

Splunk Enterprise now includes its own maps, and 6.3 introduces choropleth maps. You don't need an add-on for geographic visualization any more. Use the geostats search command and see the simple XML reference entry for maps, as well as the documentation for choropleth maps.

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