Dashboards & Visualizations

How to drilldown selected choices from one multiselect input form to another multiselect input form (on another dashboard)?

shariinPH
Contributor

I have 2 dashboards say "Summary View Dashboard" and "Details Dashboard". Both dashboards have multiselect input say "Account". User could have chosen multiple choices for "Account" at the "Summary View Dashboard". I would like to find out a way to carry these selected values for "Account" from"Summary View Dashboard" when drilldown-ed to "Details Dashboard". Would really appreciate any help.

0 Karma

immortalraghava
Path Finder

Hi, you can use the drilldown tag to achieve this.

Example summary view dashboard

<drilldown>
            <link>/app/search/details_dashboard?accounts_selected=$accounts$</link>
</drilldown>

In the details dashboard, you can use the accounts variable as $accounts_selected$

gcusello
SplunkTrust
SplunkTrust

Hi shariinPH,
did you already seen the Splunk Dashboard Examples App ( https://splunkbase.splunk.com/app/1603/ )?
in this App there are some examples of tokens use cases.
Anyway, you have to pass the token to the drilldown:
if your multiselect input token is called "my_token", in the drilldown section you have to put something like this:

<drilldown>
   <link target="_blank">/app/my_app/my_secondary_form?my_token=$mytoken$</link>
</drilldown>

in this way, you pass the multi-input choices to the secondary dashboard.
Obviously, you have to manage it in the secondary dashboard, but in the Example App you can find an example of this.

Bye.
Giuseppe

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