I'm trying to create a visualization, which will allow me to show my data from a community created Beats - Processbeat. It's a monitoring of processes with statuses like "RUNNING" or "STOPPED".
Now to the point, below is an example of a Waffle:
And it would be perfectly fine, if only I could choose 2 colors - Green - for field "STATUS"="RUNNING" and Red for field "STATUS"="STOPPED".
Instead Kibana automatically assigns colors.
Is there a way to fix this in the newest version of Kibana, or do I need to create an issue on Github for future release?