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!

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