Splunk Search

Can I exclude certain columns in a table from drilldown?

mal81394
New Member

Hello,

Basically, I just want to know if there is a way in the Splunk XML to exclude certain columns in a table from drilldown making them essentially un-clickable? While others are still clickable?

Thanks

0 Karma
1 Solution

MuS
Legend

Hi mal81394,

yes, you can by adding something like this:

<drilldown>
 <condition field="foo">
 </condition>
 <condition field="bar">
 </condition>
 <condition field="baz">
  <link>
    this_dashboard?form.Appname=$click.value2$
  </link>
 </condition>
</drilldown>

This will disable drill down for cells named foo and bar, but enables drill down for a cell called baz. See the docs http://docs.splunk.com/Documentation/Splunk/latest/Viz/PanelreferenceforSimplifiedXML#condition_.28f... for more details on this topic.

Hope this helps ...

cheers, MuS

View solution in original post

0 Karma

kjandhyala
Explorer
0 Karma

MuS
Legend

Hi mal81394,

yes, you can by adding something like this:

<drilldown>
 <condition field="foo">
 </condition>
 <condition field="bar">
 </condition>
 <condition field="baz">
  <link>
    this_dashboard?form.Appname=$click.value2$
  </link>
 </condition>
</drilldown>

This will disable drill down for cells named foo and bar, but enables drill down for a cell called baz. See the docs http://docs.splunk.com/Documentation/Splunk/latest/Viz/PanelreferenceforSimplifiedXML#condition_.28f... for more details on this topic.

Hope this helps ...

cheers, MuS

0 Karma

mal81394
New Member

Thanks so much!!!

0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...