Skip to content

Commit

Permalink
[DOCS] Add breaking change for moving_avg (#78018)
Browse files Browse the repository at this point in the history
Documents the removal of the `moving_avg` aggregation in the 8.0 breaking changes.

Relates to #29594.
  • Loading branch information
jrodewig committed Sep 20, 2021
1 parent 595c261 commit f3f11ab
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/reference/migration/migrate_8_0/aggregations.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@
//Installation and Upgrade Guide

//tag::notable-breaking-changes[]

[[remove-moving-avg-agg]]
.The `moving_avg` aggregation has been removed.
[%collapsible]
====
*Details* +
The `moving_avg` aggregation was deprecated in 6.4 and has been removed. To
calculate moving averages, use the
{ref}/search-aggregations-pipeline-movfn-aggregation.html[`moving_fn`
aggregation] instead.
*Impact* +
Discontinue use of the `moving_avg` aggregation. Requests that include the
`moving_avg` aggregation will return an error.
====

[[percentile-duplication]]
.The `percentiles` aggregation's `percents` parameter no longer supports duplicate values.
[%collapsible]
Expand All @@ -20,6 +36,7 @@ Use unique values in the `percents` parameter of the `percentiles` aggregation.
Requests containing duplicate values in the `percents` parameter will return
an error.
====

[[date-histogram-interval]]
.The `date_histogram` aggregation's `interval` parameter is no longer valid.
[%collapsible]
Expand Down

0 comments on commit f3f11ab

Please sign in to comment.