update changelog

This commit is contained in:
Jordan Sissel 2012-12-27 15:13:26 -08:00
parent ff40032de2
commit c00126f6b5

View file

@ -22,6 +22,8 @@
- new: anonymize: supports many hash mechanisms (murmur3, sha, md5, etc) as - new: anonymize: supports many hash mechanisms (murmur3, sha, md5, etc) as
well as IP address anonymization (#280, #261; patches by Richard Pijnenburg well as IP address anonymization (#280, #261; patches by Richard Pijnenburg
and Avishai Ish-Shalom) and Avishai Ish-Shalom)
- filter: date: now accepts 'match' as a setting. Use of this is preferable
to the old syntax.
- improvement: grok: now accepts (?<foo>...) named captures. This lets you - improvement: grok: now accepts (?<foo>...) named captures. This lets you
compose a pattern in the grok config without needing to define it in a compose a pattern in the grok config without needing to define it in a
patterns file. Example: (?<hostport>%{HOST}:%{POSINT}) to capture 'hostport' patterns file. Example: (?<hostport>%{HOST}:%{POSINT}) to capture 'hostport'