Dashboards & Visualizations

How to disable a table's dynamic column name in a dashboard?

rajkumarts
Engager

Hi I have a dashboard that displays result from a savedSearch. This table has service name and days as its column names

|Service Name| 04/05/2017 | 04/06/2017|
| service 1  | some_value | some_value|
| service 2  | some_value | some_value|

That's how my table looks like. User can click some_value cell which would then open up a new search by replacing some values. I don't want my users to click on the service 1 cell or Service Name column at all. I couldn't able to disable the drilldown for that column. Because Splunk doesn't let me use both and on the same drilldown. Since I don't know the column the dashboard is generating, I cannot use the to disable the Service Name column.

Is there any other way to disable the dirlldown / click on the Service Name column ?

Thanks

0 Karma
1 Solution

somesoni2
SplunkTrust
SplunkTrust

You may be able to disable drilldown on Service Name by adding this in your panel's xml code (un-tested)

....
<table>
....
<condition field="'Service Name'">
  </condition>
  <condition field="*">
    <link>
      this_dashboard?form.xyz=$click.value2$
    </link>
  </condition>

View solution in original post

somesoni2
SplunkTrust
SplunkTrust

You may be able to disable drilldown on Service Name by adding this in your panel's xml code (un-tested)

....
<table>
....
<condition field="'Service Name'">
  </condition>
  <condition field="*">
    <link>
      this_dashboard?form.xyz=$click.value2$
    </link>
  </condition>

rajkumarts
Engager

Thanks. It worked 🙂

0 Karma
Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...