Thanks your answer, Niketnilay.
I understand what you said.
But my dashboard for tracking performance servers, may occur one of the following problems will warn red:
| where CPU_Sys>40 OR User_PCT>75 OR Wait_PCT>10 OR cpu_load_percent>90 OR MEM_swap_used>20 OR Disk_Busy>75 and print out the current problem numbers screen: | stats count
And then I click on the displayed number, it will show a value table like the picture. I want the value column to exceed the set threshold, it will be highlighted.
Your code when entering source dashboard is invalid, Because my dashboard is to display the number of issues that occurred at that time, not the value table.
<format type="color" field="Mem_swap_used">
<colorPalette type="list">[#FFFFFF,#DC4E41]</colorPalette>
<scale type="threshold">20</scale>
</format>
Or Can you help me give an idea that after I click the display the number of issues, the value table displays only the problem column.
Thanks.
... View more