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!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...