elasticsearch/docs/reference/aggregations/pipeline
Nikita Glashenko ead4eb5209 Add more flexibility to MovingFunction window alignment (#44360)
Introduce shift field to MovingFunction aggregation.

By default, shift = 0. Behavior, in this case, is the same as before.
Increasing shift by 1 moves starting window position by 1 to the right.

    To simply include current bucket to the window, use shift = 1
    For center alignment (n/2 values before and after the current bucket), use shift = window / 2
    For right alignment (n values after the current bucket), use shift = window.
2019-08-02 15:09:48 -04:00
..
avg-bucket-aggregation.asciidoc Force selection of calendar or fixed intervals in date histo agg (#33727) 2019-05-06 17:17:11 -04:00
bucket-script-aggregation.asciidoc Force selection of calendar or fixed intervals in date histo agg (#33727) 2019-05-06 17:17:11 -04:00
bucket-selector-aggregation.asciidoc Force selection of calendar or fixed intervals in date histo agg (#33727) 2019-05-06 17:17:11 -04:00
bucket-sort-aggregation.asciidoc [DOCS] Update anchors and links for Elasticsearch API relocation (#44500) 2019-07-19 09:16:35 -04:00
cumulative-sum-aggregation.asciidoc Force selection of calendar or fixed intervals in date histo agg (#33727) 2019-05-06 17:17:11 -04:00
derivative-aggregation.asciidoc Force selection of calendar or fixed intervals in date histo agg (#33727) 2019-05-06 17:17:11 -04:00
extended-stats-bucket-aggregation.asciidoc Force selection of calendar or fixed intervals in date histo agg (#33727) 2019-05-06 17:17:11 -04:00
max-bucket-aggregation.asciidoc Force selection of calendar or fixed intervals in date histo agg (#33727) 2019-05-06 17:17:11 -04:00
min-bucket-aggregation.asciidoc Force selection of calendar or fixed intervals in date histo agg (#33727) 2019-05-06 17:17:11 -04:00
movavg-aggregation.asciidoc Remove MovingAverage pipeline aggregation (#39328) 2019-03-19 15:31:05 -04:00
movfn-aggregation.asciidoc Add more flexibility to MovingFunction window alignment (#44360) 2019-08-02 15:09:48 -04:00
percentiles-bucket-aggregation.asciidoc Force selection of calendar or fixed intervals in date histo agg (#33727) 2019-05-06 17:17:11 -04:00
serial-diff-aggregation.asciidoc Force selection of calendar or fixed intervals in date histo agg (#33727) 2019-05-06 17:17:11 -04:00
stats-bucket-aggregation.asciidoc Force selection of calendar or fixed intervals in date histo agg (#33727) 2019-05-06 17:17:11 -04:00
sum-bucket-aggregation.asciidoc Force selection of calendar or fixed intervals in date histo agg (#33727) 2019-05-06 17:17:11 -04:00