Skip to content

Commit ac97379

Browse files
committed
[DOCS] Fix assumption that 6.7 is last 6.x release (#337)
1 parent f1d32a8 commit ac97379

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/en/install-upgrade/upgrading-stack.asciidoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ each of the products in your Elastic Stack. Beats and Logstash 6.7 are
66
compatible with {es} {version} to give you flexibility in scheduling
77
the upgrade.
88

9-
{es} supports rolling upgrades between minor versions, from {es} 5.6 to 6.7,
10-
and from 6.7 to {version}.
9+
{es} supports rolling upgrades between minor versions, from {es} 5.6 to 6.8,
10+
and from 6.8 to {version}.
1111

1212
IMPORTANT: 5.x indices are not compatible with {version}. You must
1313
remove or reindex them to upgrade to {version}. The default Beats and
@@ -25,14 +25,14 @@ By default, deprecation warnings are logged when the log level is set to `WARN`.
2525
. Review the <<elastic-stack-breaking-changes>> and upgrade your code to work
2626
with {version}.
2727

28-
. Upgrade to 6.7 and use the {kibana-ref}/upgrade-assistant.html[{kib} Upgrade Assistant] to {ref}/docs-reindex.html[reindex]
28+
. Upgrade to 6.8 and use the {kibana-ref}/upgrade-assistant.html[{kib} Upgrade Assistant] to {ref}/docs-reindex.html[reindex]
2929
any indices that are not compatible with {version}.
3030
+
3131
[role="xpack"]
3232
.Upgrade Assistant
3333
******
3434
The Upgrade Assistant and migration APIs are enabled with both the Basic and
35-
Trial licenses. You can install the default distribution of 6.7 to use the
35+
Trial licenses. You can install the default distribution of 6.8 to use the
3636
Upgrade Assistant to prepare to upgrade even if you are upgrading to the OSS
3737
distribution of {version}.
3838
******
@@ -44,7 +44,7 @@ cluster configuration.
4444
[[upgrade-order-elastic-stack]]
4545
=== Upgrade process
4646

47-
When you've made the necessary changes and are ready to upgrade from 6.7 to
47+
When you've made the necessary changes and are ready to upgrade from 6.8 to
4848
{version}:
4949

5050
. Test the upgrade in a dev environment *before* upgrading your
@@ -68,7 +68,7 @@ on the cluster during the upgrade process. For more information, see
6868
.. Beats: {beats-ref}/upgrading.html[upgrade instructions]
6969
.. APM Server: {apm-server-ref-70}/upgrading.html[upgrade instructions]
7070

71-
NOTE: Logstash 6.7 and Beats 6.7 are compatible with all 7.x versions of
71+
NOTE: Logstash 6.8 and Beats 6.8 are compatible with all 7.x versions of
7272
{es}. This provides flexibility in when you schedule the upgrades
7373
for your Logstash instances and Beats agents, but we recommend upgrading as
7474
soon as possible to take advantage of performance improvements
@@ -88,11 +88,11 @@ Make sure all 5.x indices have been deleted before upgrading to {version}. {es}
8888
{version} will fail to start if any 5.x indices are present.
8989

9090
If you are running a version prior to 6.0,
91-
https://www.elastic.co/guide/en/elastic-stack/6.7/upgrading-elastic-stack.html[upgrade to 6.7]
91+
https://www.elastic.co/guide/en/elastic-stack/6.8/upgrading-elastic-stack.html[upgrade to 6.8]
9292
and reindex your old indices or bring up a new {version} cluster and
9393
{ref}/reindex-upgrade-remote.html[reindex from remote].
9494

95-
The recommended path is to upgrade to 6.7 before upgrading to {version}. This
95+
The recommended path is to upgrade to 6.8 before upgrading to {version}. This
9696
makes it easier to identify the changes you need to make to upgrade and enables
9797
you to perform a rolling upgrade with no downtime.
9898

@@ -108,7 +108,7 @@ upgraded simultaneously.
108108

109109
Although upgrading your Elastic Cloud clusters is easy, you still need to
110110
address breaking changes that affect your application. Minor version upgrades,
111-
upgrades from 6.7 to {version}, and all other cluster configuration
111+
upgrades from 6.8 to {version}, and all other cluster configuration
112112
changes can be performed with no downtime.
113113

114114
To avoid downtime when a full cluster restart is required:

0 commit comments

Comments
 (0)