update changelist for LOGSTASH-458

This commit is contained in:
Jordan Sissel 2012-08-21 00:58:31 -07:00
parent f6bf6e8aa5
commit 267eeea54d

View file

@ -12,6 +12,7 @@
- file input: sincedb path is now automatically generated if not specified.
This helps work around a problem where two file inputs don't specify a
sincedb_path would clobber eachother (LOGSTASH-554)
- file input: no longer crashes if HOME is not set in env (LOGSTASH-458)
## filters
- new filter: kv: useful for parsing log formats taht use 'foo=bar baz=fizz'