# With a small ES cluster that shares master duties, where do I send my Logstash output?

**URL:** https://discuss.elastic.co/t/with-a-small-es-cluster-that-shares-master-duties-where-do-i-send-my-logstash-output/244028
**Category:** Logstash
**Created:** [August 6, 2020, 1:14pm UTC](https://discuss.elastic.co/t/with-a-small-es-cluster-that-shares-master-duties-where-do-i-send-my-logstash-output/244028 "2020-08-06T13:14:17Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![brandondash](https://avatars.discourse-cdn.com/v4/letter/b/76d3ee/32.png) [@brandondash](https://discuss.elastic.co/u/brandondash)
#### Post date: [August 6, 2020, 1:14pm UTC](https://discuss.elastic.co/t/with-a-small-es-cluster-that-shares-master-duties-where-do-i-send-my-logstash-output/244028/1 "2020-08-06T13:14:18Z")

</div>

Do I send to all ES nodes? Just pick one?

```
output {
    elasticsearch {
            index => "test-%{+YYYY.MM.dd}"
            hosts => ["10.128.172.112","10.128.172.113","10.128.172.114"]
    }
}
```

---

<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: [September 3, 2020, 1:14pm UTC](https://discuss.elastic.co/t/with-a-small-es-cluster-that-shares-master-duties-where-do-i-send-my-logstash-output/244028/2 "2020-09-03T13:14:23Z")

</div>

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