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>
Happy Splunking!
0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...