Skip to content

Commit 8b5393a

Browse files
committed
[DOCS] Adds breaking changes page with content re-use
1 parent 2f8c24b commit 8b5393a

File tree

2 files changed

+32
-3
lines changed

2 files changed

+32
-3
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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+
ifdef::asciidoctor-builds[]
26+
include::{es-repo-dir}/reference/migration/migrate_7_0.asciidoc[tag=notable-breaking-changes]
27+
endif::asciidoctor-builds[]

docs/index.asciidoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
[[elastic-stack]]
22
= Elastic Stack
33

4+
:asciidoctor-builds: true
5+
:es-repo-dir: {docdir}/../../elasticsearch/docs
6+
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[]

0 commit comments

Comments
 (0)