You are looking at preliminary documentation for a future release.
Not what you want? See the
current release documentation.
Upgrade readiness status APIedit
[experimental] This functionality is experimental and may be changed or removed completely in a future release. Elastic will take a best effort approach to fix any issues, but experimental features are not subject to the support SLA of official GA features. Check the status of your cluster.
Check the status of your cluster.
Requestedit
GET <kibana host>:<port>/api/upgrade_assistant/status
Response codesedit
-
200
- Indicates a successful call.
Exampleedit
The API returns the following:
{ "readyForUpgrade": false, "cluster": [ { "message": "Cluster deprecated issue", "details": "...", "level": "warning", "url": "https://docs.elastic.co/..." } ], "indices": [ { "message": "Index was created before 6.0", "details": "...", "index": "myIndex", "level": "critical", "reindex": true, "url": "https://docs.elastic.co/..." } ] }
To fix indices with the |