mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Merge branch 'shuffledef' of https://github.com/jamtur01/logstash into jamtur01-shuffledef
Conflicts: CHANGELOG
This commit is contained in:
commit
a98a8fa4bd
2 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue