Editing an index will leverage the same wizard used by index creation (https://github.com/elastic/kibana/issues/57059). We'll need to update the UI to disable or hide any aspects of an index that can't be changed in-place.
Enhancements
ECS migration tools
Being able to edit an index will enable users to perform their own ECS migration (https://github.com/elastic/kibana/issues/26807) and will create a place for us to add tools to make this process easier.
Overview
There are certain aspects of indices which can be changed without requiring a reindex. For example:
Editing an index will leverage the same wizard used by index creation (https://github.com/elastic/kibana/issues/57059). We'll need to update the UI to disable or hide any aspects of an index that can't be changed in-place.
Enhancements
ECS migration tools
Being able to edit an index will enable users to perform their own ECS migration (https://github.com/elastic/kibana/issues/26807) and will create a place for us to add tools to make this process easier.