This documentation contains work-in-progress information for future Elastic Stack and Cloud releases. Use the version selector to view supported release docs. It also contains some Elastic Cloud serverless information. Check out our serverless docs for more details.
Upgrade readiness status API
editUpgrade readiness status API
editThe underlying Upgrade Assistant concepts are stable, but the APIs for managing Upgrade Assistant are experimental.
Check the status of your cluster.
Request
editGET <kibana host>:<port>/api/upgrade_assistant/status
Response codes
edit-
200
- Indicates a successful call.
Example
editThe API returns the following:
{ "readyForUpgrade": false, "cluster": [ { "message": "Cluster deprecated issue", "details":"You have 2 system indices that must be migrated and 5 Elasticsearch deprecation issues and 0 Kibana deprecation issues that must be resolved before upgrading." } ] }