Update for release

This commit is contained in:
Jordan Sissel 2013-10-22 11:23:54 -07:00
parent 17f24016ef
commit 3f6e3e31d4

View file

@ -45,7 +45,8 @@
## codecs ## codecs
- new: graphite: parse graphite formated events (Nick Ethier) - new: graphite: parse graphite formated events (Nick Ethier)
- new: json_lines: parse streams that are lines of json objects (#731, Nick Ethier) - new: json_lines: parse streams that are lines of json objects (#731, Nick
Ethier)
- bugfix: multiline: time is now correctly in UTC. (Jordan Sissel) - bugfix: multiline: time is now correctly in UTC. (Jordan Sissel)
- bugfix: oldlogstashjson: improved conversion of old logstash json to the - bugfix: oldlogstashjson: improved conversion of old logstash json to the
new schema (#654, Jordan Sissel) new schema (#654, Jordan Sissel)
@ -75,7 +76,8 @@
- improvement: grok: IPV6 pattern (#623, Matt Dainty) - improvement: grok: IPV6 pattern (#623, Matt Dainty)
- improvement: metrics: add clear_interval and flush_interval settings (#545, - improvement: metrics: add clear_interval and flush_interval settings (#545,
Juarez Bochi) Juarez Bochi)
- improvement: useragent: include operating system details (#656, Philip Kubat) - improvement: useragent: include operating system details (#656, Philip
Kubat)
- improvement: csv: new quote_char setting (#725, Alex Markham) - improvement: csv: new quote_char setting (#725, Alex Markham)
## outputs ## outputs