All Apps and Add-ons

Having issues with Drilldown to another dashboard from Maps+

v189776
New Member

I am having issues with getting the drilldown on Maps+ to work. I am trying drilldown to another dashboard from double clicking on the Maps+ Visualization. I have read through Github multiple times and still haven't been able to figure it out. I have enabled "drilldown" from the Map+ setting, along with selecting Drilldown Mouse Event on "double click".

I'm seeing this referenced from GITHUB: "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've added all the required fields to my final table within my query as well. I must be missing something REALLY easy. Please help.

    <option name="drilldown">all</option>
    <option name="mapping.choroplethLayer.colorBins">5</option>
    <option name="mapping.choroplethLayer.colorMode">auto</option>
    <option name="mapping.choroplethLayer.maximumColor">0xaf575a</option>
    <option name="mapping.choroplethLayer.minimumColor">0x62b3b2</option>
    <option name="mapping.choroplethLayer.neutralPoint">0</option>
    <option name="mapping.choroplethLayer.shapeOpacity">0.75</option>
    <option name="mapping.choroplethLayer.showBorder">1</option>
    <option name="mapping.data.maxClusters">100</option>
    <option name="mapping.fieldColors">{greenCount:#53A051,yellowCount:#F8BE34,redCount:#DC4E41}</option>
    <option name="mapping.legend.placement">bottomright</option>
    <option name="mapping.map.center">(41.11,-102.92)</option>
    <option name="mapping.map.panning">1</option>
    <option name="mapping.map.scrollZoom">1</option>
    <option name="mapping.map.zoom">4</option>
    <option name="mapping.markerLayer.markerMaxSize">50</option>
    <option name="mapping.markerLayer.markerMinSize">30</option>
    <option name="mapping.markerLayer.markerOpacity">0.8</option>
    <option name="mapping.showTiles">1</option>
    <option name="mapping.tileLayer.maxZoom">7</option>
    <option name="mapping.tileLayer.minZoom">0</option>
    <option name="mapping.tileLayer.tileOpacity">1</option>
    <option name="mapping.type">marker</option>
    <option name="refresh.display">progressbar</option>
    <option name="trellis.enabled">0</option>
    <option name="trellis.scales.shared">1</option>
    <option name="trellis.size">medium</option>
    <drilldown>
      <link target="_blank">/app/abc/test_dashboard_?form.device=$row.device$</link>
    </drilldown>
  </map>
Tags (1)
0 Karma

shaskell_splunk
Splunk Employee
Splunk Employee

Hi @v189776. Thanks for using the app and reaching out.

To get drilldown working you have to add an additional field to the final table command that isn’t a reserved field that the visualization keys off, like tooltip for example. it must be a non-reserved field. If you need to drilldown on a reserved field you need to | eval that field into another field name and use that new field in the final table command.

Please have a look at these answers posts for additional help.

https://answers.splunk.com/answers/757806/maps-drilldown-not-working.html

https://answers.splunk.com/answers/731339/drilldown-not-working-in-maps.html

Here’s a list of the reserved fields.
https://github.com/sghaskell/maps-plus#fields-must-be-named-exactly-as-labled-here-the-app-is-keyed-...

Here is the drilldown section from the docs.
https://github.com/sghaskell/maps-plus#drilldown

Hope that helps!

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