elasticsearch/docs/reference/aggregations/pipeline/movavg-aggregation.asciidoc
Zachary Tong 6f0f8ab4bc
Remove MovingAverage pipeline aggregation (#39328)
This was deprecated in 6.4.0 and for the entirety of 7.0.  Removed
in 8.0
2019-03-19 15:31:05 -04:00

5 lines
243 B
Text

[[search-aggregations-pipeline-movavg-aggregation]]
=== Moving Average Aggregation
The Moving Average aggregation has been removed. Use the more general
<<search-aggregations-pipeline-movfn-aggregation,Moving Function Aggregation>> instead.