Dashboards & Visualizations

Issues with performing drilldown on Splunk dashboard while passing token values - Search is Waiting for Input is displayed

ajgill1986
New Member

I am trying to establish drilldown dashboards for something as per below. However, the drilldown link is working fine (when i click on the relevant field) but it does not result in providing the output in the drilldown.
It ends up saying "Search is waiting for Input". Any idea how it can be fixed?

  • The original dashboard for sales where one of the value is going to be picked up depending on the click performed on the statistics table and passed on to the secondary dashboard to present the drilldown output:

alt text

  • Search query on the secondary linked dashboard to run the output using the input provided by the token: alt text
0 Karma

lestat1760
Explorer

you can try with

<link><![CDATA[ https://www.abc.com/drilldown/dashboard?form.sales=$sales$]]></link>

0 Karma

jeffland
SplunkTrust
SplunkTrust

You need to have an input on the second page which uses the token, otherwise the search won't pick it up (which is why you're seeing "Search is waiting for input"). If you don't want to see the input on the destination dashboard, you can do something like

<input depends="$token_which_is_not_set$" token="sales" ...>

to hide the input.

0 Karma

sundareshr
Legend

You need to pass the token value ($sales$) in the URL. Try this

<link><![CDATA[ http://abc.com/drilldown/dash?sales=$sales$]]></link>

http://docs.splunk.com/Documentation/Splunk/6.5.0/Viz/Dynamicdrilldownindashboardsandforms

0 Karma

ajgill1986
New Member

Thanks for the quick response.

i tried passing the token value in the URL as per your suggestion but it is still returning the same outcome "Search is waiting for input" on the drilldown version.

any other idea on how it can be fixed?

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...