Closed
Description
Today, Elasticsearch has a cmd utility called elasticsearch-migrate
to be used to migrate users from file realm to native realm.
In addition, I found a few other migrate-related concept that existed in Elasticsearch: (there might be more)
- Data tier migration: API for migrating indices, and ILM policies to use node roles for allocation routing
- Multiple data path migration: Document migration path off multiple data paths
- Rollup migration: Enable users to migrate v1 rollup indices to Rollup v2
- Template migration: Document guidance on migrating legacy index templates to composable index templates and component templates
- Watcher to Kibana Alerts migration: Provide migration path for monitoring alerting from Watcher to Kibana alerting
- Version migration: Elasticsearch Migration Guide
Thought that the word "migrate API" or "migrate tool" should be avoid when possible, and explicitly talk/think about naming convention so users would know exactly what migrate the tool/API is for.