Skip to content

Commit 7bb1ecf

Browse files
authored
[DOCS] Removes out-dated X-Pack content
2 parents 8e88188 + 5e90bad commit 7bb1ecf

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

docs/upgrading-stack.asciidoc

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ We recommend upgrading to the most recent 5.6 before upgrading to {version}. {xp
1616
provides a free Upgrade Assistant that identifies issues you need to address
1717
before upgrading and simplifies migrating indices that need to be reindexed
1818
before you upgrade. The Upgrade Assistant is enabled with both Trial and
19-
Basic licenses. You can install X-Pack solely for the purpose of upgrading.
20-
There's no obligation to continue using X-Pack once your upgrade is complete.
19+
Basic licenses. You can install {xpack} solely for the purpose of upgrading. In
20+
6.3 and later, {xpack} is automatically installed when you install {es}, {kib},
21+
and Logstash.
2122

2223
Rolling upgrades are supported when upgrading from Elasticsearch 5.6 to
2324
{version}, a full cluster restart is not always required. Upgrading from any
@@ -49,7 +50,6 @@ and make the necessary changes so your code is compatible with {version}:
4950
** {hadoop-ref}/breaking-changes.html[Elasticsearch Hadoop {version} breaking changes]
5051
** {kibana-ref}/breaking-changes.html[Kibana {version} breaking changes]
5152
** {logstash-ref}/breaking-changes.html[Logstash {version} breaking changes]
52-
** {xpack-ref}/xpack-breaking-changes.html[{xpack} {version} breaking changes]
5353

5454
[IMPORTANT]
5555
===============================
@@ -76,7 +76,7 @@ internal indices after you install Elasticsearch {version}.
7676
. If you use {xpack} to secure your cluster:
7777
.. Make sure TLS is enabled to encrypt communications between nodes. TLS must
7878
be enabled to upgrade to {version}. For more information, see
79-
{xpack-ref}/encrypting-communications.html[Encrypting Communications].
79+
{stack-ov}/encrypting-communications.html[Encrypting communications].
8080
+
8181
NOTE: Enabling TLS requires a full cluster restart. Nodes that have TLS
8282
enabled cannot communicate with nodes that do not have TLS enabled. You must
@@ -85,11 +85,11 @@ restart all nodes to maintain communication across the cluster.
8585
.. Make sure real passwords are configured for the built-in `elasticsearch`,
8686
`kibana`, and `logstash_system` users. They cannot use the 5.x default
8787
password (`changeme`). For more information, see
88-
{xpack-ref}/setting-up-authentication.html[Setting Up User Authentication].
88+
{stack-ov}/built-in-users.html[Built-in users].
8989

9090
. Stop any {xpack} machine learning jobs that are running before starting the
9191
upgrade process. See
92-
{xpack-ref}/stopping-ml.html[Stopping Machine Learning].
92+
{stack-ov}/stopping-ml.html[Stopping machine learning].
9393

9494
IMPORTANT: Test upgrades in a dev environment before upgrading your
9595
production cluster.
@@ -100,15 +100,10 @@ production cluster.
100100

101101
Upgrade the Elastic Stack products you use in the following order:
102102

103-
// TODO: Add link to x-pack upgrade doc
104-
105103
. Elasticsearch Hadoop: {hadoop-ref}/install.html[install instructions]
106104
. Elasticsearch: {ref}/setup-upgrade.html[upgrade instructions]
107-
. {xpack} for Elasticsearch
108105
. Kibana: {kibana-ref}/upgrade.html[upgrade instructions]
109-
. {xpack} for Kibana
110106
. Logstash: {logstash-ref}/upgrading-logstash.html[upgrade instructions]
111-
. {xpack} for Logstash
112107
. Beats: {beats-ref}/upgrading.html[upgrade instructions]
113108

114109
NOTE: Logstash 6.0+ and Beats 6.0+ are compatible with all 6.x versions of
@@ -184,7 +179,7 @@ but it requires a {ref}/restart-upgrade.html[full cluster restart] and you must
184179
manually reindex any 2.x indices you need to carry forward to {major-version}.
185180

186181
IMPORTANT: If you use Kibana or {xpack}, you also need to upgrade the
187-
internal Kibana and X-Pack indices. For information about upgrading them
182+
internal Kibana and {xpack} indices. For information about upgrading them
188183
after you install Elasticsearch {version}, see
189184
<<upgrade-internal-indices, Upgrading internal indices>>.
190185

@@ -236,7 +231,7 @@ You can use your regular administration credentials to upgrade the other
236231
internal indices using the `_xpack/migration/upgrade` API.
237232

238233
TIP: Once you upgrade the `.kibana` index, you can run Kibana and use the
239-
X-Pack Reindex Helper UI to upgrade the other indices.
234+
{xpack} Reindex Helper UI to upgrade the other indices.
240235

241236
[[upgrade-elastic-stack-for-elastic-cloud]]
242237
=== Upgrading on Elastic Cloud

0 commit comments

Comments
 (0)