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
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...