Skip to content

Commit f507db9

Browse files
authored
Adds Logstash breaking changes to Install Upgrade Guide (#271) (#274)
1 parent b137b83 commit f507db9

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

docs/en/install-upgrade/breaking.asciidoc

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use and make the necessary changes so your code is compatible with {version}.
99
** <<elasticsearch-breaking-changes,{es} {version} breaking changes>>
1010
** <<elasticsearch-hadoop-breaking-changes,{es} Hadoop {version} breaking changes>>
1111
** <<kibana-breaking-changes,Kibana {version} breaking changes>>
12-
** {logstash-ref}/breaking-changes.html[Logstash {version} breaking changes]
12+
** <<logstash-breaking-changes,{ls} {version} breaking changes>>
1313

1414
[IMPORTANT]
1515
===============================
@@ -91,3 +91,19 @@ This list summarizes the most important breaking changes in {kib} {version}. For
9191
the complete list, go to {kibana-ref}/breaking-changes.html[{kib} breaking changes].
9292

9393
include::{kib-repo-dir}/migration/migrate_7_1.asciidoc[tag=notable-breaking-changes]
94+
95+
[[logstash-breaking-changes]]
96+
=== {ls} breaking changes
97+
[subs="attributes"]
98+
++++
99+
<titleabbrev>{ls}</titleabbrev>
100+
++++
101+
102+
coming[7.1.0]
103+
104+
This list summarizes the most important breaking changes in {ls} {version}. For
105+
the complete list, go to
106+
{logstash-ref}/breaking-changes.html[Logstash breaking changes].
107+
108+
include::{ls-repo-dir}/static/breaking-changes.asciidoc[tag=notable-breaking-changes]
109+

docs/en/install-upgrade/index.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
:es-repo-dir: {docdir}/../../../../elasticsearch/docs
77
:hadoop-repo-dir: {docdir}/../../../../elasticsearch-hadoop/docs/src/reference/asciidoc
88
:kib-repo-dir: {docdir}/../../../../kibana/docs
9+
:ls-repo-dir: {docdir}/../../../../logstash/docs
910

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

0 commit comments

Comments
 (0)