Messages | Nov 20 | Dec 20 | Jan 20 | Feb 20 |
Messge 0 | 77 | 1 | 44 | 89 |
Messge 1 | 1 | 3 | 5 | 15 |
Messge 2 | 11 | 0 | 4 | 23 |
Messge 3 | 1 | 0 | 0 | 0 |
Messge 4 | 9 | 5 | 0 | 0 |
Messge 5 | 1 | 1 | 0 | 0 |
Messge 6 | 1 | 1 | 0 | 0 |
Messge 7 | 0 | 1 | 0 | 0 |
i want to color the cells based on range according to the rows.
for eg:
In Messge 0 row , color the cells acc to if value >75 then green, if value <10 then red
Messge 0 | 77 | 1 | 44 | 89 |
In Messge 1 row, color the cells acc to if value >10 then green, if value <5 then red
Messge 1 | 1 | 3 | 5 | 15 |
How do you know which criteria to use for which row?
This needs to be encoded into the search.
You could then set a hidden value in each cell that you want coloured with an appropriate value.
I have done numerous posts on this - here is one
Re: How to change table cell background color depe... - Splunk Community
Check out the Splunk Dashboard Examples app (https://splunkbase.splunk.com/app/1603), specifically, the Table Row Highlighting example.