|
@@ -8,9 +8,6 @@ Given an ordered series of data, the Moving Function aggregation will slide a wi
|
|
|
script that is executed on each window of data. For convenience, a number of common functions are predefined such as min/max, moving averages,
|
|
|
etc.
|
|
|
|
|
|
-This is conceptually very similar to the <<search-aggregations-pipeline-movavg-aggregation, Moving Average>> pipeline aggregation, except
|
|
|
-it provides more functionality.
|
|
|
-
|
|
|
==== Syntax
|
|
|
|
|
|
A `moving_fn` aggregation looks like this in isolation:
|