Splunk Enterprise

How to highlight/outline table rows based on string value of a certain column without JS?

buttsurfer
Path Finder

 

I have the table below and want to reflect the severity of the duration metric by highlighting the entire row

index=...
| eval epochtime = strptime(startTime,"%a %m/%d %H:%M %Y")
| eval start = strftime(epochtime,"%a %d/%m/%Y %H:%M")
| eval duration = tostring(round(now()-epochtime), "duration")
| table time user client start duration 

 

Is it possible to highlight or outline the entire row in red if the duration > 08:00

Labels (2)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust

If your dashboard is SimpleXML, you can use CSS - you need to make your fields multi-value fields and use CSS to hide the additional elements.

See this post for an example Re: How to change table cell background color depe... - Splunk Community

View solution in original post

ITWhisperer
SplunkTrust
SplunkTrust

If your dashboard is SimpleXML, you can use CSS - you need to make your fields multi-value fields and use CSS to hide the additional elements.

See this post for an example Re: How to change table cell background color depe... - Splunk Community

Get Updates on the Splunk Community!

Technical Workshop Series: Splunk Data Management and SPL2 | Register here!

Hey, Splunk Community! Ready to take your data management skills to the next level? Join us for a 3-part ...

Spotting Financial Fraud in the Haystack: A Guide to Behavioral Analytics with Splunk

In today's digital financial ecosystem, security teams face an unprecedented challenge. The sheer volume of ...

Solve Problems Faster with New, Smarter AI and Integrations in Splunk Observability

Solve Problems Faster with New, Smarter AI and Integrations in Splunk Observability As businesses scale ...