Visualization dependency

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.

This is not currently possible in Kibana, since there is no way to communicate between visualizations for now. But it does make a great enhancement request, so it would be great if you could add it in the Kibana Github repo.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.