Dashboards & Visualizations

How to pass click.value from Single panel to other dashboard using drill down?

kranthimutyala
Path Finder

I have a  KPI dashboard with all single value panels, I'm passing the time token from this dashboard to other dashboard using drill-down options but Im also looking to get click.value from a single panel to pass it as input token for another dashboard but its not working , Is there any other way we can capture the value on the single value panel and pass it to other dashboard

Any help is highly appreciated. Thanks

Labels (4)
Tags (2)
0 Karma

kranthimutyala
Path Finder

It's working can you also help me with the code to hide the entire row in a dashboard if a certain panel has zero results found. Thanks

0 Karma

VatsalJagani
SplunkTrust
SplunkTrust

Something like below in the dashboard XML

<drilldown>
  <link>/app/search/simple_xml_form?form.foo=$click.value$</link>
<drilldown>

On the drilldown dashboard (simple_xml_form here) you will receive that value as a token named foo.

Now you can use that however you want to use it. If you have an input filter (text/dropdown/etc) that has token="foo" that will automatically be set with this value.

0 Karma
Get Updates on the Splunk Community!

Say goodbye to manually analyzing phishing and malware threats with Splunk Attack ...

In today’s evolving threat landscape, we understand you’re constantly bombarded with phishing and malware ...

AppDynamics is now part of Splunk Ideas

Hello Splunkers, We have exciting news for you! AppDynamics has been added to the Splunk Ideas Portal. Which ...

Advanced Splunk Data Management Strategies

Join us on Wednesday, May 14, 2025, at 11 AM PDT / 2 PM EDT for an exclusive Tech Talk that delves into ...