Hello Team
I am having a Dashboard created with below Table output. The table is having a dynamic column names (in Date format)
Output as below:
TestMQ | 2023-06-23 | 2023-06-22 | 2023-06-21 | 2023-06-20 | 2023-06-19 | 2023-06-18 | 2023-06-17 | 2023-06-16 | And so on - till 30 days |
MQ.NAME | 5.03 | 17.04 | 25.75 | 19.82 | 32.14 | 56.81 | 10.91 | 85.14 | .... |
My requirement is to color code these values based on the threshold condition as "[<60 = Green] | [>85 = Red] | [>60 AND <85 = Amber]"
I am new to Splunk and still learning. Kindly suggest how this can be achieved i.e. to modify the dynamic Column values based on the Threshold conditions.
@ITWhisperer
@ITWhisperer - Do you have any suggestions on this please?
Try removing field so that it applies to all fields.
@ITWhisperer - Thank you - this works fine! 🙂
Formatting columns with color is answered here:
They referenced the document link here:
http://docs.splunk.com/Documentation/Splunk/latest/Viz/TableFormatsXML
You want to do column color formats for dynamically named columns which does not appear possible based upon current documentation for xml dashboards. In the table settings the color tablet is applied at the field name level. A dynamically named field can not be accounted for unless you were to hard code all possible options.