mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
update changelog for mutate filter fix
This commit is contained in:
parent
fd00e929fb
commit
c183438f8e
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@
|
||||||
## filters
|
## filters
|
||||||
- new filter: kv: useful for parsing log formats taht use 'foo=bar baz=fizz'
|
- new filter: kv: useful for parsing log formats taht use 'foo=bar baz=fizz'
|
||||||
and similar key-value-like things.
|
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.
|
||||||
|
|
||||||
## outputs
|
## outputs
|
||||||
- bugfix: redis: [LOGSTASH-526] fix bug with password passing
|
- bugfix: redis: [LOGSTASH-526] fix bug with password passing
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue