-
Notifications
You must be signed in to change notification settings - Fork 25.1k
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
Expose dynamic_templates parameter in Ingest #71716
Conversation
Pinging @elastic/es-core-features (Team:Core/Features) |
Pinging @elastic/es-search (Team:Search) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left a comment on behaviour and docs. The change makes sense to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
left a small comment on docs, LGTM otherwise
@javanna Thanks for reviewing. |
This change exposes the newly introduced parameter dynamic_templates in ingest. This parameter can be set by a set processor or a script processor. Relates #69948
This change exposes the newly introduced parameter
dynamic_templates
in ingest. This parameter can be set by a set processor or a script processor (see the YAML test).Relates #69948