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!

Explore the Latest Educational Offerings from Splunk [January 2025 Updates]

At Splunk Education, we are committed to providing a robust learning experience for all users, regardless of ...

Developer Spotlight with Paul Stout

Welcome to our very first developer spotlight release series where we'll feature some awesome Splunk ...

State of Splunk Careers 2024: Maximizing Career Outcomes and the Continued Value of ...

For the past four years, Splunk has partnered with Enterprise Strategy Group to conduct a survey that gauges ...