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!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

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

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

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