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

Add nested aggregation support in transform #56913

Open
benwtrent opened this issue May 18, 2020 · 3 comments
Open

Add nested aggregation support in transform #56913

benwtrent opened this issue May 18, 2020 · 3 comments

Comments

@benwtrent
Copy link
Member

Nested aggs allow unique interactions to nested fields stored in source indices. For certain interactions, these are absolutely required.

The implementation might prove difficult.

  • Since the contained aggs in the nested definition are "just aggs", the current parsing + mapping logic can be used
  • considerations will have to be made around destination mapping type + destination field names. How does the nested path play into this?
@elasticmachine
Copy link
Collaborator

Pinging @elastic/ml-core (:ml/Transform)

@tom-x1
Copy link

tom-x1 commented Sep 12, 2021

Any progress here?

@realsuayip
Copy link

realsuayip commented Nov 17, 2023

Has anyone been able to achieve this functionality with some script magic? I'm trying to normalize nested field items to another index as documents.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants