OpenSearch/docs/reference/aggregations/pipeline
Colin Goodheart-Smithe 1d7fc6b4f2 Aggregations: Pipeline Aggregation to filter buckets based on a script
This pipeline aggregation runs a script on each bucket in the parent aggregation to determine whether the bucket is kept in the final aggregation tree. If the script returns true the bucket is retained, if it returns false the bucket is dropped
2015-07-07 09:51:16 +01:00
..
avg-bucket-aggregation.asciidoc [DOCS] marked pipeline aggregator documentation as Experimental 2015-06-30 10:30:50 +01:00
bucket-script-aggregation.asciidoc Aggregations: Pipeline Aggregation to filter buckets based on a script 2015-07-07 09:51:16 +01:00
bucket-selector-aggregation.asciidoc Aggregations: Pipeline Aggregation to filter buckets based on a script 2015-07-07 09:51:16 +01:00
cumulative-sum-aggregation.asciidoc [DOCS] marked pipeline aggregator documentation as Experimental 2015-06-30 10:30:50 +01:00
derivative-aggregation.asciidoc [DOCS] marked pipeline aggregator documentation as Experimental 2015-06-30 10:30:50 +01:00
max-bucket-aggregation.asciidoc [DOCS] marked pipeline aggregator documentation as Experimental 2015-06-30 10:30:50 +01:00
min-bucket-aggregation.asciidoc [DOCS] marked pipeline aggregator documentation as Experimental 2015-06-30 10:30:50 +01:00
movavg-aggregation.asciidoc [DOCS] marked pipeline aggregator documentation as Experimental 2015-06-30 10:30:50 +01:00
sum-bucket-aggregation.asciidoc [DOCS] marked pipeline aggregator documentation as Experimental 2015-06-30 10:30:50 +01:00