Splunk Search

Is there a way to hide column in a table but still use it for drilldown in HTML Dashboards in Splunk 6

adityapavan18
Contributor

I have a scenario where I have a table panel
I would like to hide the last column of that table but still be able to pass value in that column to a drilldown.

I am trying this in splunk 6 HTML dashboards.

I tried using jquery and hide..but nothing seems to work

greatly appreciated if someone could help

Tags (2)

iKate
Builder

Much easier way is here in the first answer: https://answers.splunk.com/answers/204419/do-this-in-simple-xml.html

martin_mueller
SplunkTrust
SplunkTrust

This snipped of CSS should get you started:

div#id_of_your_panel th:last-child,
div#id_of_your_panel td:last-child {
  display: none;
}

It'll hide the last column from view, but you can still refer to it in drilldowns using $row.field_name$.

Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Take Action Automatically on Splunk Alerts with Red Hat Ansible Automation Platform

 Are you ready to revolutionize your IT operations? As digital transformation accelerates, the demand for ...

Calling All Security Pros: Ready to Race Through Boston?

Hey Splunkers, .conf25 is heading to Boston and we’re kicking things off with something bold, competitive, and ...

Beyond Detection: How Splunk and Cisco Integrated Security Platforms Transform ...

Financial services organizations face an impossible equation: maintain 99.9% uptime for mission-critical ...