Skip to content

Commit

Permalink
[DOCS] Fixes experimental annotations (#40376)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl authored Jul 15, 2019
1 parent 01d8f93 commit 58a319d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/api/upgrade-assistant.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[[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.]
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
Expand Down
2 changes: 1 addition & 1 deletion docs/api/upgrade-assistant/reindexing.asciidoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[[upgrade-assistant-api-reindexing]]
=== Reindex 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.]
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."]

When checking the upgrade status, some indices will have the `reindex` paramaeter set to `true`. You can use this Reindexing API to reindex these indices.

Expand Down
2 changes: 1 addition & 1 deletion docs/api/upgrade-assistant/status.asciidoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[[upgrade-assistant-api-status]]
=== Upgrade Readiness Status

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.]
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."]

==== Request

Expand Down

0 comments on commit 58a319d

Please sign in to comment.