Skip to content

Commit 94b2113

Browse files
authored
[DOCS] Deprecate X-Pack-centric migration endpoints
2 parents 7f8d2e7 + ad1f024 commit 94b2113

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/upgrading-stack.asciidoc

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ upgrading to the most recent 5.6 and using the {xpack} Reindex Helper to reindex
6969
. If Kibana and {xpack} are part of your stack, upgrade the internal Kibana
7070
and {xpack} indices. We recommend using the {xpack} 5.6 Reindex Helper to
7171
upgrade the internal indices. If you're performing a full cluster restart upgrade
72-
from an earlier version, you can also <<upgrade-internal-indices,use the
73-
`_xpack/migration/upgrade` API>> directly to upgrade the
74-
internal indices after you install Elasticsearch {version}.
72+
from an earlier version, you can also
73+
<<upgrade-internal-indices,use the `_migration/upgrade` API>> directly to
74+
upgrade the internal indices after you install Elasticsearch {version}.
7575

7676
. If you use {xpack} to secure your cluster:
7777
.. Make sure TLS is enabled to encrypt communications between nodes. TLS must
@@ -201,11 +201,11 @@ need to be migrated or deleted, and upgrade the internal indices to the
201201
+
202202
You can also call the Elasticsearch migration APIs directly:
203203
+
204-
`/_xpack/migration/assistance`:: Runs a series of checks on your cluster,
204+
`/_migration/assistance`:: Runs a series of checks on your cluster,
205205
nodes, and indices and returns a list of issues that need to be
206206
fixed before you can upgrade to {version}.
207207
+
208-
`/_xpack/migration/upgrade`:: Upgrades the {watcher} and {security} indices to a
208+
`/_migration/upgrade`:: Upgrades the {watcher} and {security} indices to a
209209
single-type format compatible with Elasticsearch 6.x.
210210

211211
. Once you've resolved all of the migration issues, perform
@@ -242,33 +242,33 @@ version prior to 5.6, you must upgrade them after after installing
242242
Elasticsearch {version}.
243243

244244
To get a list of the indices that need to be upgraded, install {xpack} and use
245-
the {ref}/migration-api-assistance.html[`_xpack/migration/assistance` API]:
245+
the {ref}/migration-api-assistance.html[`_migration/assistance` API]:
246246

247247
[source,json]
248248
----------------------------------------------------------
249-
GET /_xpack/migration/assistance
249+
GET /_migration/assistance
250250
----------------------------------------------------------
251251
// CONSOLE
252252

253253
To upgrade the `.security` index:
254254

255255
. On a single node, add a temporary superuser account to the `file` realm.
256-
. Use the {ref}/migration-api-upgrade.html[`_xpack/migration/upgrade`]
256+
. Use the {ref}/migration-api-upgrade.html[`_migration/upgrade`]
257257
API to upgrade the security index, submitting the request with the credentials
258258
for the temporary superuser:
259259
+
260260
--
261261
[source,json]
262262
----------------------------------------------------------
263-
POST /_xpack/migration/upgrade/.security
263+
POST /_migration/upgrade/.security
264264
----------------------------------------------------------
265265
// CONSOLE
266266
--
267267

268268
. Delete the temporary superuser account from the file realm.
269269

270270
You can use your regular administration credentials to upgrade the other
271-
internal indices using the `_xpack/migration/upgrade` API.
271+
internal indices using the `_migration/upgrade` API.
272272

273273
TIP: Once you upgrade the `.kibana` index, you can run Kibana and use the
274274
{xpack} Reindex Helper UI to upgrade the other indices.

0 commit comments

Comments
 (0)