File tree 1 file changed +17
-0
lines changed
docs/reference/migration/migrate_8_0
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 6
6
//Installation and Upgrade Guide
7
7
8
8
//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
+
9
25
[[percentile-duplication]]
10
26
.The `percentiles` aggregation's `percents` parameter no longer supports duplicate values.
11
27
[%collapsible]
@@ -20,6 +36,7 @@ Use unique values in the `percents` parameter of the `percentiles` aggregation.
20
36
Requests containing duplicate values in the `percents` parameter will return
21
37
an error.
22
38
====
39
+
23
40
[[date-histogram-interval]]
24
41
.The `date_histogram` aggregation's `interval` parameter is no longer valid.
25
42
[%collapsible]
You can’t perform that action at this time.
0 commit comments