October 2019
Beginner
186 pages
5h 39m
English
Pipeline aggregations return outputs from other aggregations, and add information to the output tree. There are two families of aggregation:
The pipeline aggregations use buckets_path to reference the aggregations. This allows the pipelines to be chained. The syntax for the path is as follows:
PATH = <AGG_NAME>[<AGG_SEPARATOR>,<AGG_NAME>]*[<METRIC_SEPARATOR>, <METRIC>];
Here, the parameters are ...
Read now
Unlock full access