How to change the text color in kibana dashboard widgets. In the below screenshot, there are three different lens widgets in the dashboard. I want to change the text color of Passed
count to green and failed
count to red. How can I do that in kibana dashboard? (note: I use kibana version 7.8.0)
Did you take a look at using the Metric visualization?
Hi @mattkime
Thank you for your reply. Yes I checked that, but seems we should have a range to add colors there. My requirement is to add colors explicitly to a text in the kibana dashboard's widget. Is it possible?
And also is it possible to set color to a particular field using a painless API?
as and example, In my index there is field called Status
which has the values of PASSED
and FAILED
. Is it possible to set the colors to those values using a DSL script?
Here's a github issue requesting the feature you seek to use - https://github.com/elastic/kibana/issues/32469
Its recommended to use range to add color.
Hi @mattkime ,
Yeah I was trying out that! Thanks for your help though...
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.