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!

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

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...