elasticsearch/docs/reference/rest-api
Tal Levy 79367e43da
Add Normalize Pipeline Aggregation (#56399)
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.
2020-05-14 13:32:42 -07:00
..
common-parms.asciidoc [DOCS] Add throttling based on configuration parameter (#56653) 2020-05-14 08:38:57 -07:00
cron-expressions.asciidoc [DOCS] Extract the cron docs from Watcher docs and add to the API conventions. (#56313) 2020-05-12 15:32:47 -07:00
defs.asciidoc [DOCS] Fine-tunes data frame analytics API docs formatting. (#50799) 2020-01-09 16:21:01 +01:00
index.asciidoc [DOCS] Add clean up snapshot repository API docs (#56519) 2020-05-12 08:56:29 -04:00
info.asciidoc Remove xpack actions for the flattened field. (#53076) 2020-03-04 08:35:03 -08:00
usage.asciidoc Add Normalize Pipeline Aggregation (#56399) 2020-05-14 13:32:42 -07:00