Looking to see if Splunk has the ability to highlight a row in an output table based on a value in that row in a dashboard using dashboard studio. Created a dashboard to show printers using a lookup and number of print logs associated to a printer that is pulled from indexed print logs.
I know how to highly a single row value based on a condition but wanted to know if the whole row can be highlighted using the output in the row:
I used the color and style option to set conditions of the jobs field to highlight if print count = 0
Printer | Jobs | Prints |
Pntr_01 | 149 | 285 |
Pntr_02 | 25 | 78 |
Pntr_03 | 0 | |
Pntr_04 | 75 | 528 |
Pntr_05 | 85 | 149 |
Pntr_06 | 0 |
Would like to highlight the printer name in red as well if the value = 0
Printer | Jobs | Prints |
Pntr_01 | 149 | 285 |
Pntr_02 | 25 | 78 |
Pntr_03 | 0 | |
Pntr_04 | 75 | 528 |
Pntr_05 | 85 | 149 |
Pntr_06 | 0 |
I searched Splunk community as well as other areas of the Splunk matrix with no luck. If someone has some insight or reference if this can be done, it would be greatly appreciated.
Thanks