Skip to content

Commit

Permalink
- netflow is a codec
Browse files Browse the repository at this point in the history
  • Loading branch information
jordansissel committed Sep 7, 2013
1 parent a8c231a commit 39b31ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
- 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. (LOGSTASH-1299)
- new: netflow: process netflow data (#580, patches by Nikolay Bryskin and
Matt Dainty)

## 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
foo=baz' becomes the field 'foo' with value ['bar', 'baz'] (an array).
(#622, patch by Matt Dainty)
Expand Down

0 comments on commit 39b31ba

Please sign in to comment.