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!

Fun with Regular Expression - multiples of nine

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

[Live Demo] Watch SOC transformation in action with the reimagined Splunk Enterprise ...

Overwhelmed SOC? Splunk ES Has Your Back Tool sprawl, alert fatigue, and endless context switching are making ...

What’s New & Next in Splunk SOAR

Security teams today are dealing with more alerts, more tools, and more pressure than ever.  Join us on ...