This commit is contained in:
Jordan Sissel 2013-09-04 15:34:57 -07:00
parent fc7617b465
commit e56ad8d8a1

View file

@ -6,6 +6,9 @@
## filters
- 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)
## outputs
- new: google_cloud_storage: archive logs to Google Cloud Storage (#572,