Is it possible to do operations on 2 sums?

Let's say I have time_1 and time_2 fields in my documents. I want to take the sum of all time_1 and divide it with the sum of all time_2 in my index.

On another visualization, I want to display this in Kibana via a Pie chart that divides the chart by the sum of time_1 and time_2.

Is there a way to do these? Thank you.

If this is time series data, you could try the Time Series Visual builder, which has a feature to represent the metrics via a calculation. Other than that, I don't think Kibana has what you are looking for

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