Dashboards & Visualizations

What is the process to drill down one dash board from other dashboard?

Malliv
New Member

We have multiple queries and want to show count of one field from each query in one dashboard panel. And also when we click on the count in the first dashboard, want to drill down to another dashboard to show each query result completely.
Please provide code or screen shots of steps to be followed to achieve this.

Tags (1)
0 Karma

niketn
Legend

@Malliv how are you showing the count in the first dashboard at present? Is it through a Table, Single Value or Status Indicator?

You can code the <drilldown> for specific visualization with predefined drilldown tokens or even use UI edit option to configure drilldown interactively if you are on Splunk 6.6. or higher.

You should get Splunk Dashboard Examples App, which has several Drilldown examples and also read Splunk Documentation for Drilldown

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma

manish_singh_77
Builder

@ Maliv, you can refer the dashboard examples, it has a very good sample dashboards that you can go through. You can also use UI option to do drilldown if you are on Splunk 6.6 or higher version.

here is sample xml code:

      <set token="Your token name">$click.value$</set>
      <
    </drilldown>
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, ...