Hello
I have the following 4 visualization showed as below. The top visualization depends on the bottom visualizations, so if any of them falls below a given % the top visualization turns red. (example below)
Is it possible to make this kind of relation with kibana? Something like a condition
if( query1 < x or query2 < x or query3 <x) color = red else color=green?
Ideally it would be something like gauge or piechart.