mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
update changelog
This commit is contained in:
parent
ff40032de2
commit
c00126f6b5
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@
|
|||
- new: anonymize: supports many hash mechanisms (murmur3, sha, md5, etc) as
|
||||
well as IP address anonymization (#280, #261; patches by Richard Pijnenburg
|
||||
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
|
||||
compose a pattern in the grok config without needing to define it in a
|
||||
patterns file. Example: (?<hostport>%{HOST}:%{POSINT}) to capture 'hostport'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue