All Apps and Add-ons

Integrating google map into dashboards

nina15
Communicator

hi...
is it possible to have google map (results + the map) together in the same dashboard of other normal saved searches and reports?

1 Solution

Damien_Dallimor
Ultra Champion

Not with simple XML, but there is an advanced XML module you can use.

Example :

<module name="HiddenSearch" layoutPanel="panel_row1_col1" autoRun="true">
<param name="search">YOUR SEARCH</param>
  <module name="GoogleMaps">
    <param name="height">700px</param>
    <param name="drilldown">true</param>
    <param name="drilldown_field">clientip</param>
    <param name="mapType">satellite</param>
    <param name="scrollwheel">off</param>
    <param name="zoomLevel">3</param>
    <param name="center">-11.867351, -167.695312</param>  
  </module>
</module>

View solution in original post

Damien_Dallimor
Ultra Champion

Not with simple XML, but there is an advanced XML module you can use.

Example :

<module name="HiddenSearch" layoutPanel="panel_row1_col1" autoRun="true">
<param name="search">YOUR SEARCH</param>
  <module name="GoogleMaps">
    <param name="height">700px</param>
    <param name="drilldown">true</param>
    <param name="drilldown_field">clientip</param>
    <param name="mapType">satellite</param>
    <param name="scrollwheel">off</param>
    <param name="zoomLevel">3</param>
    <param name="center">-11.867351, -167.695312</param>  
  </module>
</module>
Get Updates on the Splunk Community!

Threat Hunting Unlocked: How to Uplevel Your Threat Hunting With the PEAK Framework ...

WATCH NOWAs AI starts tackling low level alerts, it's more critical than ever to uplevel your threat hunting ...

Splunk APM: New Product Features + Community Office Hours Recap!

Howdy Splunk Community! Over the past few months, we’ve had a lot going on in the world of Splunk Application ...

Index This | Forward, I’m heavy; backward, I’m not. What am I?

April 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...