mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
parent
5dea7e85fe
commit
d92d548f93
2 changed files with 2 additions and 1 deletions
2
docs/static/breaking-changes.asciidoc
vendored
2
docs/static/breaking-changes.asciidoc
vendored
|
@ -5,7 +5,7 @@
|
||||||
Although 2.2 is fully compatible with configurations from older versions, there are some architectural
|
Although 2.2 is fully compatible with configurations from older versions, there are some architectural
|
||||||
changes to the pipeline that users need to take into consideration before deploying in production.
|
changes to the pipeline that users need to take into consideration before deploying in production.
|
||||||
These changes are not strictly "breaking" in the semantic versioning sense, but they make Logstash behave differently
|
These changes are not strictly "breaking" in the semantic versioning sense, but they make Logstash behave differently
|
||||||
in runtime, and can also affect performance. We have compiled such a list in the <<_upgrading_logstash_to_2.2>> section.
|
in runtime, and can also affect performance. We have compiled such a list in the <<upgrading-logstash-2.2>> section.
|
||||||
Please review it before deploying 2.2 version.
|
Please review it before deploying 2.2 version.
|
||||||
|
|
||||||
**Changes in 2.0**
|
**Changes in 2.0**
|
||||||
|
|
1
docs/static/upgrading.asciidoc
vendored
1
docs/static/upgrading.asciidoc
vendored
|
@ -78,6 +78,7 @@ of workers by passing a command line flag such as:
|
||||||
[source,shell]
|
[source,shell]
|
||||||
bin/logstash `-w 1`
|
bin/logstash `-w 1`
|
||||||
|
|
||||||
|
[[upgrading-logstash-2.2]]
|
||||||
=== Upgrading Logstash to 2.2
|
=== Upgrading Logstash to 2.2
|
||||||
|
|
||||||
Logstash 2.2 re-architected the pipeline stages to provide more performance and help future enhancements in resiliency.
|
Logstash 2.2 re-architected the pipeline stages to provide more performance and help future enhancements in resiliency.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue