Skip to content

Commit 1141b8a

Browse files
committed
[DOCS] Re-uses Kibana breaking changes
1 parent c73d0c2 commit 1141b8a

File tree

3 files changed

+39
-25
lines changed

3 files changed

+39
-25
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
[[elastic-stack-breaking-changes]]
2+
== Breaking changes
3+
4+
Before you upgrade, you must review the breaking changes for each product you
5+
use and make the necessary changes so your code is compatible with {version}.
6+
7+
** {beats-ref}/breaking-changes.html[Beats {version} breaking changes]
8+
** {apm-server-ref}/breaking-changes.html[APM Server {version} breaking changes]
9+
** {ref}/breaking-changes.html[Elasticsearch {version} breaking changes]
10+
** {hadoop-ref}/breaking-changes.html[Elasticsearch Hadoop {version} breaking changes]
11+
** {kibana-ref}/breaking-changes.html[Kibana {version} breaking changes]
12+
** {logstash-ref}/breaking-changes.html[Logstash {version} breaking changes]
13+
14+
[IMPORTANT]
15+
===============================
16+
17+
* If you're upgrading from 2.n, make sure you check the breaking changes from
18+
2.n to 5.n, as well as from 5.n to 6.n!
19+
* If you are using {ml} {dfeeds} that contain discontinued search or query
20+
domain specific language (DSL), the upgrade will fail. In 5.6.5 and later, the
21+
Upgrade Assistant provides information about which {dfeeds} need to be updated.
22+
23+
===============================
24+
25+
26+
ifdef::asciidoctor-builds[]
27+
include::{es-repo-dir}/reference/migration/migrate_7_0.asciidoc[tag=notable-breaking-changes]
28+
29+
include::{kib-repo-dir}/migration/migrate_7_0.asciidoc[tag=notable-breaking-changes]
30+
31+
endif::asciidoctor-builds[]

docs/index.asciidoc

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
[[elastic-stack]]
2-
= Elastic Stack
2+
= Installation and Upgrade Guide
3+
4+
:es-repo-dir: {docdir}/../../elasticsearch/docs
5+
:kib-repo-dir: {docdir}/../../kibana/docs
36

47
include::{asciidoc-dir}/../../shared/attributes.asciidoc[]
5-
include::{docdir}/../../elasticsearch/docs/Versions.asciidoc[]
8+
include::{es-repo-dir}/Versions.asciidoc[]
69

710
== Overview
811

@@ -31,5 +34,4 @@ include::installing-stack.asciidoc[]
3134

3235
include::upgrading-stack.asciidoc[]
3336

34-
35-
37+
include::en/install-upgrade/breaking.asciidoc[]

docs/upgrading-stack.asciidoc

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -41,27 +41,8 @@ you're using any deprecated features and update your code accordingly.
4141
By default, deprecation log messages are enabled at the `WARN` level.
4242

4343
. Review the breaking changes for each product you use
44-
and make the necessary changes so your code is compatible with {version}:
45-
+
46-
--
47-
** {beats-ref}/breaking-changes.html[Beats {version} breaking changes]
48-
** {apm-server-ref}/breaking-changes.html[APM Server {version} breaking changes]
49-
** {ref}/breaking-changes.html[Elasticsearch {version} breaking changes]
50-
** {hadoop-ref}/breaking-changes.html[Elasticsearch Hadoop {version} breaking changes]
51-
** {kibana-ref}/breaking-changes.html[Kibana {version} breaking changes]
52-
** {logstash-ref}/breaking-changes.html[Logstash {version} breaking changes]
53-
54-
[IMPORTANT]
55-
===============================
56-
57-
* If you're upgrading from 2.n, make sure you check the breaking changes from
58-
2.n to 5.n, as well as from 5.n to 6.n!
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-
===============================
64-
--
44+
and make the necessary changes so your code is compatible with {version}. See
45+
<<elastic-stack-breaking-changes>>.
6546

6647
. {ref}/docs-reindex.html[Reindex] or delete any indices created on 2.n. We recommend
6748
upgrading to the most recent 5.6 and using the {xpack} Reindex Helper to reindex 2.n indices.

0 commit comments

Comments
 (0)