Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions lib/logstash/outputs/redis.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ class LogStash::Outputs::Redis < LogStash::Outputs::Base

# The hostname(s) of your Redis server(s). Ports may be specified on any
# hostname, which will override the global port config.
# If the hosts list is an array, Logstash will pick one random host to connect to,
# if that host is disconnected it will then pick another.
#
# For example:
# [source,ruby]
Expand Down