October 2019
Beginner
186 pages
5h 39m
English
This aggregation slides a window across data. It allows the user to specify a custom script to be executed on each window. It has the following syntax:
{ "moving_fn": { "buckets_path": "the_sum", "window": 10, "script": "MovingFunctions.min(values)" }}
It takes the following parameters:
This script takes pre-built functions, such as the following:
Read now
Unlock full access