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!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...