mirror of
https://github.com/elastic/logstash.git
synced 2025-04-25 07:07:54 -04:00
prep for release
This commit is contained in:
parent
4e2f541763
commit
31829be84b
1 changed files with 7 additions and 2 deletions
|
@ -1,20 +1,25 @@
|
|||
1.2.1 (???)
|
||||
1.2.1 (September 6, 2013)
|
||||
# general
|
||||
- web: kibana's default dashboard now works with the new logstash 1.2 schema.
|
||||
- docs: updated the tutorials to work in logstash 1.2.x
|
||||
- agent: Restored the --configtest flag (unintentionally removed from 1.2.0)
|
||||
|
||||
## inputs
|
||||
- feature: pipe: reopen the pipe and retry on any error. (#619, Jonathan Van
|
||||
Eenwyk)
|
||||
- bugfix: syslog: 'message' field no longer appears as an array.
|
||||
- bugfix: rabbitmq: can now bind the queue to the exchange (#624, #628,
|
||||
LOGSTASH-1300, patches by Jonathan Tron and Jonathan Van Eenwyk)
|
||||
|
||||
## codecs
|
||||
- compatibility: json: if data given is not valid as json will now be used as
|
||||
the "message" of an event . This restores the older behavior when using
|
||||
1.1.13's "format => json" feature on inputs.
|
||||
1.1.13's "format => json" feature on inputs. (LOGSTASH-1299)
|
||||
|
||||
## filters
|
||||
- bugfix: multiline: the multiline filter returns! It was unintentionally
|
||||
removed from the previous (1.2.0) release.
|
||||
- bugfix: json_encode: fix a syntax error in the code. (LOGSTASH-1296)
|
||||
- new: netflow: process netflow data (#580, patches by Nikolay Bryskin and
|
||||
Matt Dainty)
|
||||
- feature: kv: now captures duplicate field names as a list, so 'foo=bar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue