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!

Announcing Scheduled Export GA for Dashboard Studio

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

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...