- update changelog about grok 'singles'

This commit is contained in:
Jordan Sissel 2012-08-30 03:44:38 -04:00
parent 3094b71e13
commit 500c1fc620

View file

@ -19,6 +19,9 @@
and similar key-value-like things.
- mutate filter: fix bug in uppercase and lowercase feature that would prevent
it from actually doing the uppercasing/lowercasing.
- grok filter: new 'singles' config option which, when true, stores single-value
fields simply as a single value rather than as an array, like [value].
(LOGSTASH-185)
## outputs
- bugfix: redis: [LOGSTASH-526] fix bug with password passing