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
I envision something more like how the .kibana indices are handled.
With the .kibana indices there is an alias that points to a concrete index.
i.e.
.kibana -> .kibana_1
on a version upgrade it creates an index called .kibana_2 migrates the saved objects and then updates the alias.
I think we should do the same for job scheduler as 1) a way to rename the index as it uses legacy naming and 2) allows an operator to update mappings between versions to avoid problems like opensearch-project/index-management#1471