We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceb72bc commit 5e36d24Copy full SHA for 5e36d24
lib/logstash/outputs/redis.rb
@@ -26,6 +26,8 @@ class LogStash::Outputs::Redis < LogStash::Outputs::Base
26
27
# The hostname(s) of your Redis server(s). Ports may be specified on any
28
# hostname, which will override the global port config.
29
+ # If the hosts list is an array, Logstash will pick one random host to connect to,
30
+ # if that host is disconnected it will then pick another.
31
#
32
# For example:
33
# [source,ruby]
0 commit comments