Migrate saved-object types between indices #90817
Labels
Feature:Saved Objects
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
Saved-object types can choose their index by specifying the
indexPattern
field. However, it's not currently possible to move an existing saved-object type between indices. This forces us to have the adequate foresight to put the saved-objects in their proper long-term indices, which isn't feasible as predicting the future is impossible (don't tell hedge fund managers).#70471 proposes an alternative option where each saved-object type would be in its own index. If we pursue this approach, this issue is irrelevant.
The text was updated successfully, but these errors were encountered: