Hi, I use the kibana lens formula feature to calculate cumulative sums as the denominator in a division. This works with date histograms. Unfortunately, using pipeline aggregations (such as cumulative sum) seems not possible for histogram aggregation (not dates, but numbers).
On the other hand side I can calculate cumulative sums for histogram aggregations with the aggregation visualizations. However, in this case, I cannot define more complicated expressions involving cumulative sums in divisions.
Either way I don't get what I really want: histogram aggregation + cumulative sum in a division.
I believe that bucket scripts handle my combined need on a script level. Is there a way to implement this on the level of visualizations?