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!

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 ...