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] [ML] Add indices_options to datafeed config and update (#52793) #52905

Merged
merged 1 commit into from
Feb 27, 2020

Conversation

benwtrent
Copy link
Member

Backports the following commits to 7.x:

This adds a new configurable field called `indices_options`. This allows users to create or update the indices_options used when a datafeed reads from an index.

This is necessary for the following use cases:
 - Reading from frozen indices
 - Allowing certain indices in multiple index patterns to not exist yet

These index options are available on datafeed creation and update. Users may specify them as URL parameters or within the configuration object.

closes elastic#48056
@benwtrent benwtrent added :ml Machine learning backport labels Feb 27, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/ml-core (:ml)

@benwtrent benwtrent merged commit eac38e9 into elastic:7.x Feb 27, 2020
@benwtrent benwtrent deleted the backport/7.x/pr-52793 branch February 27, 2020 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport :ml Machine learning
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants