# Log stash & redis cluster with sentinel

**URL:** https://discuss.elastic.co/t/log-stash-redis-cluster-with-sentinel/92019
**Category:** Logstash
**Created:** [July 6, 2017, 5:32am UTC](https://discuss.elastic.co/t/log-stash-redis-cluster-with-sentinel/92019 "2017-07-06T05:32:06Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![yanivk](https://avatars.discourse-cdn.com/v4/letter/y/7ab992/32.png) [@yanivk](https://discuss.elastic.co/u/yanivk)
#### Post date: [July 6, 2017, 5:32am UTC](https://discuss.elastic.co/t/log-stash-redis-cluster-with-sentinel/92019/1 "2017-07-06T05:32:06Z")

</div>

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

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [August 3, 2017, 5:32am UTC](https://discuss.elastic.co/t/log-stash-redis-cluster-with-sentinel/92019/2 "2017-08-03T05:32:16Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
