Dashboards & Visualizations

Problems in drill down

allan_newton
Path Finder

This is the basic drill down dashboard.




Drill_Here

<![CDATA[
index=core_data | rex field=Message "(?(Started|Failed|COMPLETED))" | table Region, Event_Time, Status
]]>

0
now
15
false
true


/app/data_Monitoring/simple_test?form.host=$row.Region$ | table Region, Message










Drilled_Here
host=$click.value$ | table Region, Message

0
now
true
false
none



When i click on the first dashboard, I'm redirected to the second dashboard but i get the message "Search Query is not fully resolved"

Please help.

Tags (2)
0 Karma
1 Solution

martin_mueller
SplunkTrust
SplunkTrust

Your first dashboard is passing a token form.host to the second dashboard, but the search in your second dashboard is referencing a token $click.value$. That token isn't set anywhere, so the search can't run.

Your second dashboard should look something like this: http://docs.splunk.com/Documentation/Splunk/6.0.3/Viz/Dynamicdrilldownindashboardsandforms#Destinati...

View solution in original post

martin_mueller
SplunkTrust
SplunkTrust

Your first dashboard is passing a token form.host to the second dashboard, but the search in your second dashboard is referencing a token $click.value$. That token isn't set anywhere, so the search can't run.

Your second dashboard should look something like this: http://docs.splunk.com/Documentation/Splunk/6.0.3/Viz/Dynamicdrilldownindashboardsandforms#Destinati...

Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...