- fix typos and formatting

This commit is contained in:
Jordan Sissel 2011-08-16 23:37:34 -07:00
parent f059d7e971
commit 6d68b04bfc

View file

@ -1,12 +1,13 @@
1.0.15 (???????????)
- TODO(sissel): Document tcp input/output changes from pull/33
- IMPORTANT: Upgraded to ElasticSearch 0.17.0 - this brings a number of bug
- IMPORTANT: Upgraded to ElasticSearch 0.17.6 - this brings a number of bug
fixes including an OOM error caused during high index rates in some
conditions. NOTE: You *must* use same main version of elasticsearch as
logstash does, so if you are still using elasticsearch server 0.16.x - you
need to upgrade your server before the elasticsearch output will work.
If you are using the 'embedded' elasticsearch feature of logstash, you do
not need to make any changes.
conditions.
NOTE: You *must* use same main version of elasticsearch as logstash does,
so if you are still using elasticsearch server 0.16.x - you need to upgrade
your server before the elasticsearch output will work. If you are using
the 'embedded' elasticsearch feature of logstash, you do not need to make
any changes.
- feature: new output plugin "statsd" which lets you increment or record
timings from your logs to a statsd agent
- feature: new redis 'pattern_channel' input support for PSUBSCRIBE