...0m | dedup host Name | table host Name StartMode State | sort Name | eval color=case(State="Stopped","#880808",State="Running","#008000") | foreach host Name StartMode State[eval <<F...
Based on the last row which is "Average", check the values of avg_cpu_utilization and avg_mem_usage and where ever the difference is more then 3 change it's colour or mark it in bold.
cl...
...6-10 10:01:28
a
301
300
302
303
301
400
412
b
200
220
235
238
208
300
302
Can I color a cell based on the increment rate from the previous value? for i...
Dear all,
I have below table, FieldA (String) FieldB to FieldE (Numeric). Can we base on the FieldA value to change color for FieldB to FieldE?
logic will below
1. update cell for F...
I would like to change the color of a cell based on the date. If the date is in the future, then green. If the date is today, then yellow. If the date is in the past, then red. I have read many p...
Hi
I have lots of data that I want to see on one screen, so I need to use a transpose.
When I do this I cant add colours easily
As you can see below this is what I want.
when the % is over 10...
...N (*abc* *def* *ghi* *jkl* *mno*) host IN (xyz) earliest=-60m | dedup host Name | table Name Status State | sort Name | eval color=case(Status="Stopped","HIGH",Status="Running","LOW") | foreach Name S...
...enderer
$(document).on("click", "#highlight table td", function() {
// Apply class of the cells to the parent row in order to color the whole row
&n...
...vents count, test_s3 has 900 events count I have do the coloring(highlight) to only that cell which matches below condition :
account id
source
count of events
0987654321
t...