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!

Federated Search for Amazon S3 | Key Use Cases to Streamline Compliance Workflows

Modern business operations are supported by data compliance. As regulations evolve, organizations must ...

New Dates, New City: Save the Date for .conf25!

Wake up, babe! New .conf25 dates AND location just dropped!! That's right, this year, .conf25 is taking place ...

Introduction to Splunk Observability Cloud - Building a Resilient Hybrid Cloud

Introduction to Splunk Observability Cloud - Building a Resilient Hybrid Cloud  In today’s fast-paced digital ...