in logstash 2.3, it says in redis it support host as array like below:
Does anyone know when i configure multiple server, the message are duplicated to those servers or load balanced to those servers???
host
Value type is array
Default value is ["127.0.0.1"]
The hostname(s) of your Redis server(s). Ports may be specified on any hostname, which will override the global port config.
For example:
"127.0.0.1"
["127.0.0.1", "127.0.0.2"]
["127.0.0.1:6380", "127.0.0.1"]