OpenSearch/docs/reference/aggregations/pipeline
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
..
avg-bucket-aggregation.asciidoc Aggregations: Renaming reducers to Pipeline Aggregators 2015-05-21 14:57:23 +01:00
bucket-script-aggregation.asciidoc Aggregations: Rename `series_arithmetic` agg to `bucket_script` 2015-06-23 14:00:17 +01:00
cumulative-sum-aggregation.asciidoc Aggregations: Adds cumulative sum aggregation 2015-06-25 14:27:57 +01:00
derivative-aggregation.asciidoc Aggregations: Renaming reducers to Pipeline Aggregators 2015-05-21 14:57:23 +01:00
max-bucket-aggregation.asciidoc Aggregations: Renaming reducers to Pipeline Aggregators 2015-05-21 14:57:23 +01:00
min-bucket-aggregation.asciidoc Aggregations: Renaming reducers to Pipeline Aggregators 2015-05-21 14:57:23 +01:00
movavg-aggregation.asciidoc Docs: Fix misplaced images in moving_avg docs 2015-05-27 16:13:36 -04:00
sum-bucket-aggregation.asciidoc Aggregations: Renaming reducers to Pipeline Aggregators 2015-05-21 14:57:23 +01:00