Skip to content

Commit 70d03fa

Browse files
committed
Adds Logstash breaking changes to Install Upgrade Guide
1 parent 34bf606 commit 70d03fa

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

docs/en/install-upgrade/breaking.asciidoc

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ use and make the necessary changes so your code is compatible with {version}.
88
** <<beats-breaking-changes,Beats {version} breaking changes>>
99
** <<elasticsearch-breaking-changes,{es} {version} breaking changes>>
1010
** {hadoop-ref}/breaking-changes.html[Elasticsearch Hadoop {version} breaking changes]
11-
** <<kibana-breaking-changes,Kibana {version} breaking changes>>
12-
** {logstash-ref}/breaking-changes.html[Logstash {version} breaking changes]
11+
** <<kibana-breaking-changes,{kib} {version} breaking changes>>
12+
** <<logstash-breaking-changes,{ls} {version} breaking changes>>
1313

1414
[IMPORTANT]
1515
===============================
@@ -77,3 +77,18 @@ the complete list, go to {kibana-ref}/breaking-changes.html[{kib} breaking chang
7777

7878
include::{kib-repo-dir}/migration/migrate_8_0.asciidoc[tag=notable-breaking-changes]
7979

80+
[[logstash-breaking-changes]]
81+
=== {ls} breaking changes
82+
[subs="attributes"]
83+
++++
84+
<titleabbrev>{ls}</titleabbrev>
85+
++++
86+
87+
coming[8.0.0]
88+
89+
This list summarizes the most important breaking changes in {ls} {version}. For
90+
the complete list, go to
91+
{logstash-ref}/breaking-changes.html[Logstash breaking changes].
92+
93+
include::{ls-repo-dir}/static/breaking-changes.asciidoc[tag=notable-breaking-changes]
94+

docs/en/install-upgrade/index.asciidoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
[[elastic-stack]]
22
= Installation and Upgrade Guide
33

4+
:apm-repo-dir: {docdir}/../../../../apm-server/docs/guide
5+
:beats-repo-dir: {docdir}/../../../../beats/libbeat/docs
46
:es-repo-dir: {docdir}/../../../../elasticsearch/docs
57
:kib-repo-dir: {docdir}/../../../../kibana/docs
6-
:beats-repo-dir: {docdir}/../../../../beats/libbeat/docs
7-
:apm-repo-dir: {docdir}/../../../../apm-server/docs/guide
8+
:ls-repo-dir: {docdir}/../../../../logstash/docs
89

910
include::{asciidoc-dir}/../../shared/attributes.asciidoc[]
1011
include::{es-repo-dir}/Versions.asciidoc[]

0 commit comments

Comments
 (0)