Fixes header level errors.

Fixes #4068
This commit is contained in:
Paul Echeverri 2015-10-20 16:44:36 -07:00 committed by Jordan Sissel
parent 900f2e5cbb
commit be7c90a292
2 changed files with 2 additions and 0 deletions

View file

@ -18,6 +18,7 @@ Be sure to specify the correct value for the `--version` option during installat
* For Elasticsearch versions 2.0 and after, use the command
`bin/plugin install --version 2.0.0.beta5 logstash-output-elasticsearch_java`
[float]
==== Configuration Changes
The Elasticsearch output plugin configuration has the following changes:

View file

@ -19,6 +19,7 @@ deploying your own plugins:
* http://www.elasticsearch.org/guide/en/logstash/current/_how_to_write_a_logstash_filter_plugin.html[How to write a Logstash filter plugin]
* http://www.elasticsearch.org/guide/en/logstash/current/_how_to_write_a_logstash_output_plugin.html[How to write a Logstash output plugin]
[float]
==== Plugin API Changes added[2.0]
The 2.0 release of Logstash changes how input plugins shut down to increase shutdown reliability. There are three methods