Dashboards & Visualizations

How to change the color of the table field?

Edwin1471
Path Finder

Hi all,

how can I change the top row highlighted columns background-color. With HTML, CSS ?

Edwin1471_1-1662542746827.png

 

 

Labels (3)
Tags (3)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust

Something like this then:

          #panel_name th:nth-child(6),
          #panel_name th:nth-child(7) {
            background-color: yellow !important;
          }

View solution in original post

ITWhisperer
SplunkTrust
SplunkTrust
          #panel_name th {
            background-color: yellow !important;
          }
0 Karma

Edwin1471
Path Finder

This changes an entire row to yellow color, which is not what I need.  I want to change the color of the last 6 row fields and keep the green color for the others.

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Something like this then:

          #panel_name th:nth-child(6),
          #panel_name th:nth-child(7) {
            background-color: yellow !important;
          }
Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Dynamic formatting from XML events

This challenge was first posted on Slack #puzzles channelFor a previous puzzle, I needed a set of fixed-length ...

Enter the Agentic Era with Splunk AI Assistant for SPL 1.4

  🚀 Your data just got a serious AI upgrade — are you ready? Say hello to the Agentic Era with the ...

Stronger Security with Federated Search for S3, GCP SQL & Australian Threat ...

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...