Create a metric visualization based on a product of two fields

Hi!
I want to create a metric visualization in Kibana showing a result obtained by a calculation.
The visualization need to show the result of the following calculus..
(agg(field[A]) + agg(field[B]) )/agg(field[C]).
Is there a way to execute this kind of operation direct on Kibana?

Thank you in advance.

Unfortunately this isn't yet supported. You can follow progress here: https://github.com/elastic/kibana/issues/2646 and https://github.com/elastic/kibana/issues/4707

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