Feature:MigrationsTeam:Coregood first issue
Repository metrics
- Stars
- (19,065 stars)
- PR merge metrics
- (Avg merge 1d 16h) (999 merged PRs in 30d)
Description
Upon upgrading Kibana, migrations will create a new index for every new version. Old indices are kept indefinitely. Because these "backup" indices are system indices users should not have to manually clean them up.
Although our documentation has recommended since 7.12+ that users only rollback using snapshots and don't rely on these backup indices, some users might still assume these can replace a snapshot for rollback purposes.
As a result we should probably not remove backup indices until 8.x but introduce a configuration option that defaults to keeping one version's backup indices.