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.