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!

Share Your Ideas & Meet the Lantern team at .Conf! Plus All of This Month’s New ...

Splunk Lantern is Splunk’s customer success center that provides advice from Splunk experts on valuable data ...

Combine Multiline Logs into a Single Event with SOCK: a Step-by-Step Guide for ...

Combine multiline logs into a single event with SOCK - a step-by-step guide for newbies Olga Malita The ...

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...