OpenSearch/docs/reference/aggregations
Tal Levy 5e90ff32f7
Add Normalize Pipeline Aggregation (#56399) (#56792)
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"
  }
}
```
2020-05-14 17:40:15 -07:00
..
bucket [Docs] Correct formatting in datehistogram-aggregation.asciidoc (#56664) 2020-05-13 12:01:42 +02:00
matrix [DOCS] [5 of 5] Change // TESTRESPONSE comments to [source,console-results] (#46449) (#46459) 2019-09-06 16:09:09 -04:00
metrics [7.x] Histogram field type support for ValueCount and Avg aggregations (#56099) 2020-05-04 13:23:02 +03:00
pipeline Add Normalize Pipeline Aggregation (#56399) (#56792) 2020-05-14 17:40:15 -07:00
bucket.asciidoc [DOCS] Add reference docs for `search.max_buckets` setting (#56449) (#56511) 2020-05-11 09:45:09 -04:00
matrix.asciidoc refactor matrix agg documentation from modules to main agg section 2016-06-06 07:39:00 -05:00
metrics.asciidoc [7.x] Add Student's t-test aggregation support (#54469) (#54737) 2020-04-06 11:36:47 -04:00
misc.asciidoc [DOCS] Links transforms in aggregation docs (#52563) 2020-02-21 08:23:34 +01:00
pipeline.asciidoc Add Normalize Pipeline Aggregation (#56399) (#56792) 2020-05-14 17:40:15 -07:00