Migration
- class elasticsearch.client.MigrationClient(client)
- Parameters:
client (BaseClient)
- deprecations(*, index=None, error_trace=None, filter_path=None, human=None, pretty=None)
Get deprecation information. Get information about different cluster, node, and index level settings that use deprecated features that will be removed or changed in the next major version. TIP: This APIs is designed for indirect use by the Upgrade Assistant. You are strongly recommended to use the Upgrade Assistant.
https://www.elastic.co/guide/en/elasticsearch/reference/8.17/migration-api-deprecation.html
- get_feature_upgrade_status(*, error_trace=None, filter_path=None, human=None, pretty=None)
Get feature migration information. Version upgrades sometimes require changes to how features store configuration information and data in system indices. Check which features need to be migrated and the status of any migrations that are in progress. TIP: This API is designed for indirect use by the Upgrade Assistant. You are strongly recommended to use the Upgrade Assistant.
https://www.elastic.co/guide/en/elasticsearch/reference/8.17/feature-migration-api.html
- post_feature_upgrade(*, error_trace=None, filter_path=None, human=None, pretty=None)
Start the feature migration. Version upgrades sometimes require changes to how features store configuration information and data in system indices. This API starts the automatic migration process. Some functionality might be temporarily unavailable during the migration process. TIP: The API is designed for indirect use by the Upgrade Assistant. We strongly recommend you use the Upgrade Assistant.
https://www.elastic.co/guide/en/elasticsearch/reference/8.17/feature-migration-api.html