Skip to content

[ML] Allow indices_options parameter for datafeed configuration #48056

Closed
@benwtrent

Description

@benwtrent

In certain situations it is valuable to allow missing indices (e.g. a well defined datafeed configuration that takes advantage of ECS). Right now, if one of the indices in the supplied index pattern does not exist, we throw an error on _start. If we exposed an indices_options type of parameter (that serializes to an IndicesOptions object), that will allow more advanced users to provide custom expansion options to handle their use case.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions