Splunk Search

chart drilldown to another chart in popup window

jedatt01
Builder

I have a chart that I want to drilldown on and display another graph based on the drilldown results in a popup window. Here's the code that executes when I click on the graph.


sourcetype="orion_*_detail_daily" OR sourcetype="gomez_data" | eval

percent_avail=coalesce(percent_avail,avail) | eval tier = if
(sourcetype="Orion_Server_Detail_Daily","Server",if
(sourcetype="Orion_Application_Detail_Daily","Application","User")) | stats avg(percent_avail)
by tier



addterm

"YRI MW"


testview
True


Can somebody help me with writing the "testview" to display my graph in a new window?

1 Solution

jedatt01
Builder

See the code below for the "testview" view. It automatically took my search criteria from above and automagically populated my hidden search in "testview" with the results!



True


True
False

100

column
0
none
20

100%



View solution in original post

jedatt01
Builder

See the code below for the "testview" view. It automatically took my search criteria from above and automagically populated my hidden search in "testview" with the results!



True


True
False

100

column
0
none
20

100%



jedatt01
Builder

Hey Alex, I actually got it figured out. See my code below in the answer

0 Karma

araitz
Splunk Employee
Splunk Employee

I have bookmarked this and will come back with an answer as soon as I have a spare cycle or two.

0 Karma
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 ...