OpenSearch/docs/reference/aggregations
Colin Goodheart-Smithe f21924ae0d Aggregations: Adds cumulative sum aggregation
This adds a new pipeline aggregation, the cumulative sum aggregation. This is a parent aggregation which must be specified as a sub-aggregation to a histogram or date_histogram aggregation. It will add a new aggregation to each bucket containing the sum of a specified metrics over this and all previous buckets.
2015-06-25 14:27:57 +01:00
..
bucket Merge pull request #11801 from golubev/patch-6 2015-06-23 20:02:04 +02:00
metrics Scripting: Unify script and template requests across codebase 2015-05-29 16:52:04 +01:00
pipeline Aggregations: Adds cumulative sum aggregation 2015-06-25 14:27:57 +01:00
bucket.asciidoc [DOCS] Restructure Aggs documentation 2015-05-01 16:04:55 -04:00
metrics.asciidoc [DOCS] Restructure Aggs documentation 2015-05-01 16:04:55 -04:00
misc.asciidoc Docs: Refactored modules and index modules sections 2015-06-22 23:49:45 +02:00
pipeline.asciidoc Aggregations: Adds cumulative sum aggregation 2015-06-25 14:27:57 +01:00