mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
* [docs] Add docs for Upgrade Assistant APIs * Apply suggestions from code review Co-Authored-By: joshdover <me@joshdover.com> * Link to code tables
15 lines
708 B
Text
15 lines
708 B
Text
[role="xpack"]
|
|
[[upgrade-assistant-api]]
|
|
== Upgrade Assistant API
|
|
|
|
experimental[This API is *experimental* and may be changed or removed completely in a future release. The underlying Upgrade Assistant concepts are stable, but the APIs for managing Upgrade Assistant are currently experimental.]
|
|
|
|
The Upgrade Assistant API allows you to 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-assistant-api-reindexing>>
|
|
|
|
include::upgrade-assistant/status.asciidoc[]
|
|
include::upgrade-assistant/reindexing.asciidoc[]
|