Fix broken link

Fixes #4885
This commit is contained in:
DeDe Morton 2016-03-23 17:32:38 -07:00 committed by Suyog Rao
parent 5dea7e85fe
commit d92d548f93
2 changed files with 2 additions and 1 deletions

View file

@ -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**

View file

@ -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.