Dashboards such as the logging dashboard require support for valueMaps in the single stat component. Here is an example: https://github.com/openshift/elasticsearch-operator/pull/438/files#diff-164616d426f63276d795ca13110f48f9R79-R95 "valueMaps": [ { "op": "=", "text": "GREEN", "value": "0" }, { "op": "=", "text": "YELLOW", "value": "1" }, { "op": "=", "text": "RED", "value": "2" } ], See also https://issues.redhat.com/browse/LOG-700
*** This bug has been marked as a duplicate of bug 1866928 ***