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] Adding new require_alias option to indexing requests (#58917) #59769

Merged
merged 2 commits into from
Jul 17, 2020

Conversation

benwtrent
Copy link
Member

Backports the following commits to 7.x:

This commit adds the `require_alias` flag to requests that create new documents.

This flag, when `true` prevents the request from automatically creating an index. Instead, the destination of the request MUST be an alias.

When the flag is not set, or `false`, the behavior defaults to the `action.auto_create_index` settings.

This is useful when an alias is required instead of a concrete index.

closes elastic#55267
@benwtrent benwtrent added :ml Machine learning backport labels Jul 17, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/ml-core (:ml)

@benwtrent benwtrent added :Core/Features/Features and removed :ml Machine learning labels Jul 17, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-features (:Core/Features/Features)

@elasticmachine elasticmachine added the Team:Data Management Meta label for data/management team label Jul 17, 2020
@benwtrent benwtrent merged commit b7f30fc into elastic:7.x Jul 17, 2020
@benwtrent benwtrent deleted the backport/7.x/pr-58917 branch July 17, 2020 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport Team:Data Management Meta label for data/management team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants