mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 15:47:23 -04:00
This aggregation will perform normalizations of metrics for a given series of data in the form of bucket values. The aggregations supports the following normalizations - rescale 0-1 - rescale 0-100 - percentage of sum - mean normalization - z-score normalization - softmax normalization To specify which normalization is to be used, it can be specified in the normalize agg's `normalizer` field. For example: ``` { "normalize": { "buckets_path": <>, "normalizer": "percent" } } ``` Closes #51005. |
||
---|---|---|
.. | ||
avg-bucket-aggregation.asciidoc | ||
bucket-script-aggregation.asciidoc | ||
bucket-selector-aggregation.asciidoc | ||
bucket-sort-aggregation.asciidoc | ||
cumulative-cardinality-aggregation.asciidoc | ||
cumulative-sum-aggregation.asciidoc | ||
derivative-aggregation.asciidoc | ||
extended-stats-bucket-aggregation.asciidoc | ||
max-bucket-aggregation.asciidoc | ||
min-bucket-aggregation.asciidoc | ||
movavg-aggregation.asciidoc | ||
movfn-aggregation.asciidoc | ||
moving-percentiles-aggregation.asciidoc | ||
normalize-aggregation.asciidoc | ||
percentiles-bucket-aggregation.asciidoc | ||
serial-diff-aggregation.asciidoc | ||
stats-bucket-aggregation.asciidoc | ||
sum-bucket-aggregation.asciidoc |