mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
- update changelog about grok 'singles'
This commit is contained in:
parent
3094b71e13
commit
500c1fc620
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue