mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
* Clean up * Dashboard export API * More changes * role-management and saved-objects * Clean up * Final clean up * Clean up * Moved labels to appropriate places * Fixed rogue commits
15 lines
692 B
Text
15 lines
692 B
Text
[role="xpack"]
|
|
[[upgrade-assistant-api]]
|
|
== Upgrade assistant APIs
|
|
|
|
Check the upgrade status of your Elasticsearch cluster and reindex indices that were created in the previous major version. The assistant helps you prepare for the next major version of Elasticsearch.
|
|
|
|
* <<upgrade-assistant-api-status, Upgrade readiness status API>>
|
|
* <<start-resume-reindex, Start or resume reindex API>>
|
|
* <<check-reindex-status, Check reindex status API>>
|
|
* <<cancel-reindex, Cancel reindex API>>
|
|
|
|
include::upgrade-assistant/status.asciidoc[]
|
|
include::upgrade-assistant/reindexing.asciidoc[]
|
|
include::upgrade-assistant/check_reindex_status.asciidoc[]
|
|
include::upgrade-assistant/cancel_reindex.asciidoc[]
|