Hi, how to change colour in pie chart according to value in kibana canvas?
tims
(Tim Schnell)
June 28, 2019, 1:29pm
2
Hi @Malini_Sahoo ,
We have a thorough thread about conditional colors here:
Hi tims,
I have the same problem as Scott , trying to change background color by condition and it doesnt work. Here is the code snipet:
filters
| essql
query="SELECT
count("eai_sts_proc") AS cnt
FROM
"logit-exampleindex-*"
WHERE
app_name = 'EXAMPLEAPP'
AND
command = 'EXAMPLESERVICE'
AND
eai_sts_proc= 'OK'
AND
"@timestamp" > NOW() - INTERVAL 5 MINUTES"
| math "cnt"
| metric ""
metricFont={font family="'Open Sans', Helvetica, Arial, sans-serif" size=24 align="center" color="#000…
system
(system)
Closed
July 26, 2019, 1:38pm
3
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.