All Apps and Add-ons

How to stop Google Maps clustering?

ehinton
Engager

Hi,
I am using Google Maps and I want to display something other than a count on the map (eg. a percentage as an integer). I have done this using the xml below.

<module name="HiddenSearch" layoutPanel="panel_row1_col1" group="Display percentages on map" autoRun="true">
  <param name="search">source=*
   | lookup locations code  OUTPUT latlong
   | search latlong=*
   | eval _geo=latlong
   | stats count(eval(eventfailed="p")) as passes, count(eval(eventfailed="f")) as failures by _geo
   | eval _geo_count=round((100*failures)/(passes+failures))   
  </param>

  <module name="HiddenChartFormatter">
    <module name="GoogleMaps"> 
          <param name="center">34.67,-104.86</param>
          <param name="zoomLevel">5</param>
          <param name="height">400px</param>
          <param name="mapType">roadmap</param>
          <param name="overlay">clusters</param>
          <param name="scrollwheel">off</param>
          <param name="autoPostProcess">false</param>
    </module>
  </module>
</module>

However, the map aggregates the percentages from more than one location. Is there any way to turn off this aggregation? Alternatively, can the aggregation be done in a different way to summing the numbers from each location?
Thanks

ziegfried
Influencer

Unfortunately this is not possible at the moment. Clustering cannot be disabled in the current version. There will be a new version where it can be turned off, but that might take some time.

0 Karma

MHibbin
Influencer

@ziegfried,

Has there been any update on your roadmapping for the Google Maps app?

Thanks in advance, and thanks for the the wonderful App!

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

May 2026 Splunk Expert Sessions: Security & Observability

Level Up Your Operations: May 2026 Splunk Expert Sessions Whether you are refining your security posture or ...

Network to App: Observability Unlocked [May & June Series]

In today’s digital landscape, your environment is no longer confined to the data center. It spans complex ...

SPL2 Deep Dives, AppDynamics Integrations, SAML Made Simple and Much More on Splunk ...

Splunk Lantern is Splunk’s customer success center that provides practical guidance from Splunk experts on key ...