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
Revered Legend

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
Revered Legend

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!

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