Dashboards & Visualizations

Dashboard click to another but keep dasboard (radio) params

leomedina
Explorer

Hello all,

So, now we are faced with keeping and/or parsing the radio button selection/value (i.e. dev, prod, qa, etc.) to the next dashboard when selecting or drilldown in a dashboard. I attempted removing the <default> value from the XML but that didn't seem to get any results. Any thought or ideas are greatly appreciated...

Thanks,

Leo

Tags (2)
0 Karma

frobinson_splun
Splunk Employee
Splunk Employee

Hi @leomedina,
If I'm understanding your question correctly, it sounds like you can set a token in your target dashboard (the one that opens when a user clicks on the drilldown) to the selected value from the source.

Use the token that represents the selected value in the source, and pass that value to the target as part of the drilldown. Depending on where that value should propagate, set the appropriate token in the target to that selected value.

Something like:

  <drilldown target="blank">
       <!-- Access the input on the target form, which is in the same app  -->
       <!-- sourcetype.tok is the token for an input to the target form    -->
       <link>
          form_for_drilldown?form.sourcetype_tok=$click.value$
        </link>
      </drilldown>  

See http://docs.splunk.com/Documentation/Splunk/6.6.0/Viz/DrilldownLinkToDashboard for more info in our docs.

Hope that helps!

0 Karma
Get Updates on the Splunk Community!

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...