Skip to content

Commit

Permalink
- version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jordansissel committed May 16, 2011
1 parent a20a8dd commit 71822c8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.0.7 ( ????? )
1.0.7 (May 16, 2011)
- logstash 'web' now allows you to specify the elasticsearch clustername;
--backend elasticsearch://[host[:port]]/[clustername]
- GELF output now supports dynamic strings for level and facility
Expand All @@ -7,10 +7,9 @@
https://logstash.jira.com/browse/LOGSTASH-81
- Redis input and output are now supported. (Contributed by dokipen)
- Add shutdown processing. Shutdown starts when all inputs finish (like
stdin). The shutdown sequence always starts the inputs. The sequence
progresses using the same pipeline as the inputs/filters/outputs, so all
in-flight events should finish getting processed before the final shutdown
event makes it's way to the outputs.
stdin) The sequence progresses using the same pipeline as the
inputs/filters/outputs, so all in-flight events should finish getting
processed before the final shutdown event makes it's way to the outputs.
- Add retries to unhandled input exceptions (LOGSTASH-84)

1.0.6 (May 11, 2011)
Expand Down

0 comments on commit 71822c8

Please sign in to comment.