Merge branch 'shuffledef' of https://github.com/jamtur01/logstash into jamtur01-shuffledef

Conflicts:
	CHANGELOG
This commit is contained in:
Jordan Sissel 2013-01-02 20:54:36 -08:00
commit a98a8fa4bd
2 changed files with 2 additions and 1 deletions

View file

@ -8,6 +8,7 @@
## filters
## outputs
- improvement: redis: shuffle_hosts is now enabled by default
1.1.6 (January 2, 2013)
## Overview of this release:

View file

@ -25,7 +25,7 @@ class LogStash::Outputs::Redis < LogStash::Outputs::Base
config :host, :validate => :array, :default => ["127.0.0.1"]
# Shuffle the host list during logstash startup.
config :shuffle_hosts, :validate => :boolean, :default => false
config :shuffle_hosts, :validate => :boolean, :default => true
# The default port to connect on. Can be overridden on any hostname.
config :port, :validate => :number, :default => 6379