Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[backport] Add Normalize Pipeline Aggregation (#56399) #56792

Merged
merged 1 commit into from
May 15, 2020

Conversation

talevy
Copy link
Contributor

@talevy talevy commented May 14, 2020

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"
  }
}

@talevy talevy added backport Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) labels May 14, 2020
@talevy talevy changed the title Add Normalize Pipeline Aggregation (#56399) [backport] Add Normalize Pipeline Aggregation (#56399) May 14, 2020
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 elastic#51005.
@talevy talevy merged commit 5e90ff3 into elastic:7.x May 15, 2020
@talevy talevy deleted the 7x-56399 branch May 15, 2020 00:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant