Splunk Search

How to set up a chart drilldown in Simple XML so a new search is used based on a selected column?

ivtashev
New Member

Hey all:

I am fairly new to this. I have tried to set up a chart drilldown after which I can swap out the original search. I want to replace the original search with a new one based on the column I'm using which I ordered the chart. I found one article in the wiki that talks about this: http://docs.splunk.com/Documentation/Splunk/6.2.0/AdvancedDev/TableChartDrilldown#Swap_out_the_under..., but the example there is in Advanced XML. I can only edit the view using Simple XML. Thanks in advance!

Ivan

0 Karma
1 Solution

fdi01
Motivator

yes you can only edit the view using Simple XML with your searchs , and more with others modules ...
on this example of :
http://docs.splunk.com/Documentation/Splunk/6.2.0/AdvancedDev/TableChartDrilldown#Swap_out_the_under...

View solution in original post

0 Karma

fdi01
Motivator

yes you can only edit the view using Simple XML with your searchs , and more with others modules ...
on this example of :
http://docs.splunk.com/Documentation/Splunk/6.2.0/AdvancedDev/TableChartDrilldown#Swap_out_the_under...

0 Karma

renjith_nair
Legend

Try setting the drilldown option to new search . in the below, I just replaced index and sourcetype from click values

          <drilldown>
            <link>/app/search/search?q=index=$row.index$ sourcetype=$row.sourcetype$</link>
          </drilldown>
---
What goes around comes around. If it helps, hit it with Karma 🙂
0 Karma
Get Updates on the Splunk Community!

What the End of Support for Splunk Add-on Builder Means for You

Hello Splunk Community! We want to share an important update regarding the future of the Splunk Add-on Builder ...

Solve, Learn, Repeat: New Puzzle Channel Now Live

Welcome to the Splunk Puzzle PlaygroundIf you are anything like me, you love to solve problems, and what ...

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...