Skip to content

Commit f3f11ab

Browse files
authored
[DOCS] Add breaking change for moving_avg (#78018)
Documents the removal of the `moving_avg` aggregation in the 8.0 breaking changes. Relates to #29594.
1 parent 595c261 commit f3f11ab

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/reference/migration/migrate_8_0/aggregations.asciidoc

+17
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@
66
//Installation and Upgrade Guide
77

88
//tag::notable-breaking-changes[]
9+
10+
[[remove-moving-avg-agg]]
11+
.The `moving_avg` aggregation has been removed.
12+
[%collapsible]
13+
====
14+
*Details* +
15+
The `moving_avg` aggregation was deprecated in 6.4 and has been removed. To
16+
calculate moving averages, use the
17+
{ref}/search-aggregations-pipeline-movfn-aggregation.html[`moving_fn`
18+
aggregation] instead.
19+
20+
*Impact* +
21+
Discontinue use of the `moving_avg` aggregation. Requests that include the
22+
`moving_avg` aggregation will return an error.
23+
====
24+
925
[[percentile-duplication]]
1026
.The `percentiles` aggregation's `percents` parameter no longer supports duplicate values.
1127
[%collapsible]
@@ -20,6 +36,7 @@ Use unique values in the `percents` parameter of the `percentiles` aggregation.
2036
Requests containing duplicate values in the `percents` parameter will return
2137
an error.
2238
====
39+
2340
[[date-histogram-interval]]
2441
.The `date_histogram` aggregation's `interval` parameter is no longer valid.
2542
[%collapsible]

0 commit comments

Comments
 (0)