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!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...