Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion docs/en/install-upgrade/breaking.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use and make the necessary changes so your code is compatible with {version}.
** <<elasticsearch-breaking-changes,{es} {version} breaking changes>>
** <<elasticsearch-hadoop-breaking-changes,{es} Hadoop {version} breaking changes>>
** <<kibana-breaking-changes,Kibana {version} breaking changes>>
** {logstash-ref}/breaking-changes.html[Logstash {version} breaking changes]
** <<logstash-breaking-changes,{ls} {version} breaking changes>>

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

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

[[logstash-breaking-changes]]
=== {ls} breaking changes
[subs="attributes"]
++++
<titleabbrev>{ls}</titleabbrev>
++++

coming[7.1.0]

This list summarizes the most important breaking changes in {ls} {version}. For
the complete list, go to
{logstash-ref}/breaking-changes.html[Logstash breaking changes].

include::{ls-repo-dir}/static/breaking-changes.asciidoc[tag=notable-breaking-changes]

1 change: 1 addition & 0 deletions docs/en/install-upgrade/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
:es-repo-dir: {docdir}/../../../../elasticsearch/docs
:hadoop-repo-dir: {docdir}/../../../../elasticsearch-hadoop/docs/src/reference/asciidoc
:kib-repo-dir: {docdir}/../../../../kibana/docs
:ls-repo-dir: {docdir}/../../../../logstash/docs

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