Dashboards & Visualizations

How to colour an eval single value.

willsy
Communicator

index=serverX sourcetype=CAServer 
| dedup ID
| stats count
| eval status=if(count=00,"XXX is ok","XXX is not ok")
| rangemap field=count low=0-0 severe=1-100

This works and replies with 34 counts and is red, however i want to return the status with the red not just the number. I can return the status with 
| stats status  
but it is in black and white, any help is appreciated. 

Labels (1)
0 Karma
1 Solution

willsy
Communicator

Completed this, 

I added

| table status, range

got rid of any colour on the dashboard and the colour of the range took over.  

View solution in original post

Tags (1)
0 Karma

willsy
Communicator

Completed this, 

I added

| table status, range

got rid of any colour on the dashboard and the colour of the range took over.  

Tags (1)
0 Karma
Get Updates on the Splunk Community!

.conf24 | Day 0

Hello Splunk Community! My name is Chris, and I'm based in Canberra, Australia's capital, and I travelled for ...

Enhance Security Visibility with Splunk Enterprise Security 7.1 through Threat ...

(view in My Videos)Struggling with alert fatigue, lack of context, and prioritization around security ...

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...