All Apps and Add-ons

Drilldown not working in Maps+

tylerflynn
Explorer

I have built out a map+ visualization of retail stores. I would like to be able to click a store and be redirected to the store's dashboard.
I have the drilldown enabled in the more actions options of the visualization. I also have it enabled in maps section of the format visualization options. I have checked the simple xml, and think that it is enabled in all of the sections.I have tried rebuilding the dashboard viz and it still is not allowing the drill down to function. Am I missing a section to enabled it somewhere? Any ideas or help would be greatly appreciated.

 all
<option name="leaflet_maps_app.maps-plus.allPopups">0</option>
<option name="leaflet_maps_app.maps-plus.animate">0</option>
<option name="leaflet_maps_app.maps-plus.autoFitAndZoom">1</option>
<option name="leaflet_maps_app.maps-plus.autoFitAndZoomDelay">200</option>
<option name="leaflet_maps_app.maps-plus.bingMaps">0</option>
<option name="leaflet_maps_app.maps-plus.bingMapsLabelLanguage">en-US</option>
<option name="leaflet_maps_app.maps-plus.bingMapsTileLayer">CanvasLight</option>
<option name="leaflet_maps_app.maps-plus.cluster">0</option>
<option name="leaflet_maps_app.maps-plus.contextMenu">0</option>
<option name="leaflet_maps_app.maps-plus.criticalThreshold">80</option>
<option name="leaflet_maps_app.maps-plus.defaultHeight">650</option>
<option name="leaflet_maps_app.maps-plus.disableClusteringAtZoom">0</option>
<option name="leaflet_maps_app.maps-plus.drilldown">1</option>
<option name="leaflet_maps_app.maps-plus.drilldownAction">click</option>
<option name="leaflet_maps_app.maps-plus.fullScreen">0</option>
<option name="leaflet_maps_app.maps-plus.googlePlacesPosition">topleft</option>
<option name="leaflet_maps_app.maps-plus.googlePlacesSearch">0</option>
<option name="leaflet_maps_app.maps-plus.googlePlacesZoomLevel">12</option>
<option name="leaflet_maps_app.maps-plus.heatmapBlur">15</option>
<option name="leaflet_maps_app.maps-plus.heatmapColorGradient">{"0.4":"blue","0.6":"cyan","0.7":"lime","0.8":"yellow","1":"red"}</option>
<option name="leaflet_maps_app.maps-plus.heatmapEnable">0</option>
<option name="leaflet_maps_app.maps-plus.heatmapMinOpacity">1.0</option>
<option name="leaflet_maps_app.maps-plus.heatmapOnly">0</option>
<option name="leaflet_maps_app.maps-plus.heatmapRadius">25</option>
<option name="leaflet_maps_app.maps-plus.i18nLanguage">en</option>
<option name="leaflet_maps_app.maps-plus.layerControl">1</option>
<option name="leaflet_maps_app.maps-plus.layerControlCollapsed">1</option>
<option name="leaflet_maps_app.maps-plus.mapCenterLat">39.50</option>
<option name="leaflet_maps_app.maps-plus.mapCenterLon">-98.35</option>
<option name="leaflet_maps_app.maps-plus.mapCenterZoom">6</option>
<option name="leaflet_maps_app.maps-plus.mapTile">http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png</option>
<option name="leaflet_maps_app.maps-plus.maxClusterRadius">80</option>
<option name="leaflet_maps_app.maps-plus.maxSpiderfySize">100</option>
<option name="leaflet_maps_app.maps-plus.maxZoom">19</option>
<option name="leaflet_maps_app.maps-plus.measureActiveColor">#00ff00</option>
<option name="leaflet_maps_app.maps-plus.measureCompletedColor">#0066ff</option>
<option name="leaflet_maps_app.maps-plus.measureIconPosition">topright</option>
<option name="leaflet_maps_app.maps-plus.measureLocalization">en</option>
<option name="leaflet_maps_app.maps-plus.measurePrimaryAreaUnit">acres</option>
<option name="leaflet_maps_app.maps-plus.measurePrimaryLengthUnit">feet</option>
<option name="leaflet_maps_app.maps-plus.measureSecondaryAreaUnit">sqmiles</option>
<option name="leaflet_maps_app.maps-plus.measureSecondaryLengthUnit">miles</option>
<option name="leaflet_maps_app.maps-plus.measureTool">0</option>
<option name="leaflet_maps_app.maps-plus.minZoom">1</option>
<option name="leaflet_maps_app.maps-plus.multiplePopups">0</option>
<option name="leaflet_maps_app.maps-plus.pathColorList">#0003F0,#D43C29,darkgreen,0xe2d400,darkred,#23A378</option>
<option name="leaflet_maps_app.maps-plus.pathSplitInterval">60</option>
<option name="leaflet_maps_app.maps-plus.pathSplits">0</option>
<option name="leaflet_maps_app.maps-plus.permanentTooltip">0</option>
<option name="leaflet_maps_app.maps-plus.rangeOneBgColor">#B5E28C</option>
<option name="leaflet_maps_app.maps-plus.rangeOneFgColor">#6ECC39</option>
<option name="leaflet_maps_app.maps-plus.rangeThreeBgColor">#FD9C73</option>
<option name="leaflet_maps_app.maps-plus.rangeThreeFgColor">#F18017</option>
<option name="leaflet_maps_app.maps-plus.rangeTwoBgColor">#F1D357</option>
<option name="leaflet_maps_app.maps-plus.rangeTwoFgColor">#F0C20C</option>
<option name="leaflet_maps_app.maps-plus.refreshInterval">0</option>
<option name="leaflet_maps_app.maps-plus.renderer">canvas</option>
<option name="leaflet_maps_app.maps-plus.scrollWheelZoom">1</option>
<option name="leaflet_maps_app.maps-plus.showPathLines">0</option>
<option name="leaflet_maps_app.maps-plus.showProgress">1</option>
<option name="leaflet_maps_app.maps-plus.singleMarkerMode">0</option>
<option name="leaflet_maps_app.maps-plus.spiderfyDistanceMultiplier">1</option>
<option name="leaflet_maps_app.maps-plus.stickyTooltip">1</option>
<option name="leaflet_maps_app.maps-plus.warningThreshold">55</option>
<option name="trellis.enabled">0</option>
<option name="trellis.scales.shared">1</option>
<option name="trellis.size">medium</option>
<drilldown>
  <link target="_blank">https://www.apple.com</link>
</drilldown>`
0 Karma
1 Solution

tylerflynn
Explorer

After a night's sleep, I decided to make sure I wasn't missing anything and reread the github readme a few more times. Under the drilldown section I found the following statement:

The visualization will identify any non-standard fields and make them available as drilldown fields. Simply add any fields you wish to the final table command and you'll have access to them via drilldown in Simple XML.

I decided to try to add an extra field to the final table command, even though I did not need the field available, and the drilldown began to work.

I hope my mistake can help someone else with the same problem.

View solution in original post

tylerflynn
Explorer

After a night's sleep, I decided to make sure I wasn't missing anything and reread the github readme a few more times. Under the drilldown section I found the following statement:

The visualization will identify any non-standard fields and make them available as drilldown fields. Simply add any fields you wish to the final table command and you'll have access to them via drilldown in Simple XML.

I decided to try to add an extra field to the final table command, even though I did not need the field available, and the drilldown began to work.

I hope my mistake can help someone else with the same problem.

v189776
New Member

I am having the same issue described above on the drilldown from Maps+. I've added in the final table with all of my fields and drilldown is still not working . (Assuming this final table is added to the end of the query).

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