mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[DOCS] Updates Upgrade Assistant API status (#125410)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
93cb99db5d
commit
3b833f3d5b
1 changed files with 1 additions and 15 deletions
|
@ -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 <<start-resume-reindex, Start or resume reindex API>>.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue