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!

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...