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
--force is ignoring 400 errors from ES, previously this was working to add new indexes.
However now with ensure_not_exists it will first check the alias and not proceed if one mapping already exists, because ignore_existing is always set to False.
The text was updated successfully, but these errors were encountered:
--force
is ignoring 400 errors from ES, previously this was working to add new indexes.However now with ensure_not_exists it will first check the alias and not proceed if one mapping already exists, because ignore_existing is always set to False.
The text was updated successfully, but these errors were encountered: