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!

Building Reliable Asset and Identity Frameworks in Splunk ES

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

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...