@@ -12,7 +12,7 @@ are using. Want a list that's tailored to your stack? Try out our
12
12
{upgrade_guide}[Interactive Upgrade Guide].
13
13
****
14
14
15
- We recommend upgrading to 5.6 before upgrading to {version}. {xpack} 5.6
15
+ We recommend upgrading to the most recent 5.6 before upgrading to {version}. {xpack} 5.6
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
@@ -51,8 +51,16 @@ and make the necessary changes so your code is compatible with {version}:
51
51
** {logstash-ref}/breaking-changes.html[Logstash {version} breaking changes]
52
52
** {xpack-ref}/xpack-breaking-changes.html[{xpack} {version} breaking changes]
53
53
54
- IMPORTANT: If you're upgrading from 2.x, make sure you
55
- check the breaking changes from 2.x to 5.x, as well as from 5.x to 6.x!
54
+ [IMPORTANT]
55
+ ===============================
56
+
57
+ * If you're upgrading from 2.x, make sure you check the breaking changes from
58
+ 2.x to 5.x, as well as from 5.x to 6.x!
59
+ * If you are using {ml} {dfeeds} that contain discontinued search or query
60
+ domain specific language (DSL), the upgrade will fail. In 5.6.5 and later, the
61
+ Upgrade Assistant provides information about which {dfeeds} need to be updated.
62
+
63
+ ===============================
56
64
--
57
65
58
66
. We recommend upgrading to 5.6 and using the
@@ -119,7 +127,7 @@ trial license and the free https://register.elastic.co/[Basic license].
119
127
120
128
To upgrade to {version} from 5.6:
121
129
122
- . {ref}/setup-upgrade.html[Upgrade Elasticsearch] to 5.6 and
130
+ . {ref}/setup-upgrade.html[Upgrade Elasticsearch] to the most recent 5.6 and
123
131
install {xpack} on all nodes in your cluster. If you are upgrading from an
124
132
earlier 5.x release, you can perform a rolling upgrade. To upgrade from older
125
133
versions you must perform a full cluster restart.
@@ -141,7 +149,7 @@ in `elasticsearch.yml`:
141
149
xpack.security.enabled: false
142
150
----------------------------------------------------------
143
151
144
- . Upgrade Kibana to 5.6 and install {xpack}.
152
+ . Upgrade Kibana to the most recent 5.6 and install {xpack}.
145
153
146
154
. If you disabled {xpack} security in `elasticsearch.yml`, also disable
147
155
Security in `kibana.yml`:
0 commit comments