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
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...