Hi All,
We have installed cluster of Redis server 2 slave and one master with Sentinel as a input for log stash
what should be the logstash input configuration in order to use redis cluster (sentinel)?
,right now i connect to the master but , I'm losing the cluster capabilities
here is my setup
input {
redis {
data_type => "list"
key => "prod-log"
host => ""
port => 6379
db => 0
}
}
thanks
Yaniv