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!

Introducing the 2024 SplunkTrust!

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

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...