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

[7.x][Transform] add support for top metrics #72311

Merged
merged 1 commit into from
Apr 27, 2021

Conversation

hendrikmuhs
Copy link

add support for the stats and top metrics aggregation in transform. With this change it became
easier to add more multi value aggregations to transform

Limitations:

  • only the 1st element of top_metrics gets consumed by transform[*].
  • all values of stats will be mapped to double if mapping deduction is used, including count,
    sum, min, max

fixes #52236
relates #51925
backport #71850

add support for the stats and top metrics aggregation in transform. With this change it became
easier to add more multi value aggregations to transform

Limitations:
 - only the 1st element of top_metrics gets consumed by transform[*].
 - all values of stats will be mapped to double if mapping deduction is used, including count,
   sum, min, max

fixes elastic#52236
relates elastic#51925
@elasticmachine elasticmachine added the Team:ML Meta label for the ML team label Apr 27, 2021
@elasticmachine
Copy link
Collaborator

Pinging @elastic/ml-core (Team:ML)

@hendrikmuhs hendrikmuhs changed the title [Transform] add support for top metrics [7.x][Transform] add support for top metrics Apr 27, 2021
@hendrikmuhs hendrikmuhs merged commit 6175b6d into elastic:7.x Apr 27, 2021
@hendrikmuhs hendrikmuhs deleted the transform-top_metrics-7x branch April 27, 2021 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport :ml/Transform Transform Team:ML Meta label for the ML team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants