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

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Splunkbase Unveils New App Listing Management Public Preview

Splunkbase Unveils New App Listing Management Public PreviewWe're thrilled to announce the public preview of ...

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...

Can’t Make It to Boston? Stream .conf25 and Learn with Haya Husain

Boston may be buzzing this September with Splunk University and .conf25, but you don’t have to pack a bag to ...