- update changelog

This commit is contained in:
Jordan Sissel 2013-05-03 09:22:31 -07:00
parent 146b649e20
commit fd3a2a8291

View file

@ -11,6 +11,13 @@
## filters
- bugfix: geoip was broken by the previous release (LOGSTASH-1013)
- feature: sleep now accepts an 'every' setting which causes it to
sleep every N events. Example; sleep every 10 events: every => 10.
- feature: grok now permits dashes and dots in captures, such as
%{WORD:foo-bar}.
- bugfix: useragent filter now ships with a default regexes.yaml file
that is used by default unless you otherwise specify (LOGSTASH-1051)
- bugfix: add_field now correctly sets top-level fields like @message
## outputs
- feature: irc output now supports 'secure' setting to use ssl (LOGSTASH-139)