You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Downsample index is created using temporary index service using a
static predefined subset of index settings. All other settings are later
copied over from source index. As discovered in elastic#106338 this causes
context like index mode to be missing during initial index creation
process. This PR adds index mode and related required settings to
initial set of index settings in order to have access to this
information during initial create index operation.
0 commit comments