Skip to content

Commit 44632b1

Browse files
committed
[DOCS] Added datafeed tip
1 parent 1574614 commit 44632b1

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

docs/upgrading-stack.asciidoc

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ are using. Want a list that's tailored to your stack? Try out our
1212
{upgrade_guide}[Interactive Upgrade Guide].
1313
****
1414

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
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
@@ -51,8 +51,16 @@ and make the necessary changes so your code is compatible with {version}:
5151
** {logstash-ref}/breaking-changes.html[Logstash {version} breaking changes]
5252
** {xpack-ref}/xpack-breaking-changes.html[{xpack} {version} breaking changes]
5353

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+
===============================
5664
--
5765

5866
. We recommend upgrading to 5.6 and using the
@@ -119,7 +127,7 @@ trial license and the free https://register.elastic.co/[Basic license].
119127

120128
To upgrade to {version} from 5.6:
121129

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
123131
install {xpack} on all nodes in your cluster. If you are upgrading from an
124132
earlier 5.x release, you can perform a rolling upgrade. To upgrade from older
125133
versions you must perform a full cluster restart.
@@ -141,7 +149,7 @@ in `elasticsearch.yml`:
141149
xpack.security.enabled: false
142150
----------------------------------------------------------
143151

144-
. Upgrade Kibana to 5.6 and install {xpack}.
152+
. Upgrade Kibana to the most recent 5.6 and install {xpack}.
145153

146154
. If you disabled {xpack} security in `elasticsearch.yml`, also disable
147155
Security in `kibana.yml`:

0 commit comments

Comments
 (0)