Document removal of workers in the bc doc

Fixes #6141
This commit is contained in:
DeDe Morton 2016-10-27 13:44:28 -07:00
parent 90bffe17d7
commit 558f279aaa

View file

@ -140,6 +140,15 @@ NOTE: None of the short form options have changed!
[float] [float]
=== Breaking Changes in Plugins === Breaking Changes in Plugins
[float]
==== Elasticsearch Output `workers` Setting Removed
Starting with Logstash 5.0, the `workers` setting in the Elasticsearch output
plugin is no longer supported. Pipelines that specify this setting will no
longer start up. You need to specify the `pipeline.workers` setting at the
pipeline level instead. For more information about setting
`pipeline.workers`, see <<logstash-settings-file>>.
[float] [float]
==== Elasticsearch Output Index Template ==== Elasticsearch Output Index Template