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!

October Community Champions: A Shoutout to Our Contributors!

As October comes to a close, we want to take a moment to celebrate the people who make the Splunk Community ...

Community Content Calendar, November Edition

Welcome to the November edition of our Community Spotlight! Each month, we dive into the Splunk Community to ...

Stay Connected: Your Guide to November Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...