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

Commits on Feb 27, 2020

  1. [ML] Add indices_options to datafeed config and update (elastic#52793)

    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 committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    62df29c View commit details
    Browse the repository at this point in the history