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 Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...