@@ -16,8 +16,9 @@ We recommend upgrading to the most recent 5.6 before upgrading to {version}. {xp
16
16
provides a free Upgrade Assistant that identifies issues you need to address
17
17
before upgrading and simplifies migrating indices that need to be reindexed
18
18
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.
21
22
22
23
Rolling upgrades are supported when upgrading from Elasticsearch 5.6 to
23
24
{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}:
49
50
** {hadoop-ref}/breaking-changes.html[Elasticsearch Hadoop {version} breaking changes]
50
51
** {kibana-ref}/breaking-changes.html[Kibana {version} breaking changes]
51
52
** {logstash-ref}/breaking-changes.html[Logstash {version} breaking changes]
52
- ** {xpack-ref}/xpack-breaking-changes.html[{xpack} {version} breaking changes]
53
53
54
54
[IMPORTANT]
55
55
===============================
@@ -76,7 +76,7 @@ internal indices after you install Elasticsearch {version}.
76
76
. If you use {xpack} to secure your cluster:
77
77
.. Make sure TLS is enabled to encrypt communications between nodes. TLS must
78
78
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 ].
80
80
+
81
81
NOTE: Enabling TLS requires a full cluster restart. Nodes that have TLS
82
82
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.
85
85
.. Make sure real passwords are configured for the built-in `elasticsearch`,
86
86
`kibana`, and `logstash_system` users. They cannot use the 5.x default
87
87
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 ].
89
89
90
90
. Stop any {xpack} machine learning jobs that are running before starting the
91
91
upgrade process. See
92
- {xpack-ref }/stopping-ml.html[Stopping Machine Learning ].
92
+ {stack-ov }/stopping-ml.html[Stopping machine learning ].
93
93
94
94
IMPORTANT: Test upgrades in a dev environment before upgrading your
95
95
production cluster.
@@ -100,15 +100,10 @@ production cluster.
100
100
101
101
Upgrade the Elastic Stack products you use in the following order:
102
102
103
- // TODO: Add link to x-pack upgrade doc
104
-
105
103
. Elasticsearch Hadoop: {hadoop-ref}/install.html[install instructions]
106
104
. Elasticsearch: {ref}/setup-upgrade.html[upgrade instructions]
107
- . {xpack} for Elasticsearch
108
105
. Kibana: {kibana-ref}/upgrade.html[upgrade instructions]
109
- . {xpack} for Kibana
110
106
. Logstash: {logstash-ref}/upgrading-logstash.html[upgrade instructions]
111
- . {xpack} for Logstash
112
107
. Beats: {beats-ref}/upgrading.html[upgrade instructions]
113
108
114
109
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
184
179
manually reindex any 2.x indices you need to carry forward to {major-version}.
185
180
186
181
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
188
183
after you install Elasticsearch {version}, see
189
184
<<upgrade-internal-indices, Upgrading internal indices>>.
190
185
@@ -236,7 +231,7 @@ You can use your regular administration credentials to upgrade the other
236
231
internal indices using the `_xpack/migration/upgrade` API.
237
232
238
233
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.
240
235
241
236
[[upgrade-elastic-stack-for-elastic-cloud]]
242
237
=== Upgrading on Elastic Cloud
0 commit comments