From 76c972e80907b3e1feb5622ceec0ebd78336f4ed Mon Sep 17 00:00:00 2001 From: Kaarina Tungseth Date: Mon, 14 Feb 2022 11:50:48 -0600 Subject: [PATCH] [DOCS] Updates Upgrade Assistant API status (#125410) Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> (cherry picked from commit 3b833f3d5b868eda352bcdea721f00d19f26054f) --- docs/api/upgrade-assistant/status.asciidoc | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/docs/api/upgrade-assistant/status.asciidoc b/docs/api/upgrade-assistant/status.asciidoc index b0c11939ca784..aec280e8d16f9 100644 --- a/docs/api/upgrade-assistant/status.asciidoc +++ b/docs/api/upgrade-assistant/status.asciidoc @@ -31,22 +31,8 @@ The API returns the following: "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, <1> - "url": "https://docs.elastic.co/..." + "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." } ] } -------------------------------------------------- - -<1> To fix indices with the `reindex` attribute, set to `true` using the <>.