Closed
Description
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.