# Ship logs to multiple logstash servers from single filebeat

**URL:** https://discuss.elastic.co/t/ship-logs-to-multiple-logstash-servers-from-single-filebeat/269147
**Category:** Beats
**Tags:** filebeat
**Created:** [April 3, 2021, 9:23am UTC](https://discuss.elastic.co/t/ship-logs-to-multiple-logstash-servers-from-single-filebeat/269147 "2021-04-03T09:23:01Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![prajwal93](https://avatars.discourse-cdn.com/v4/letter/p/838e76/32.png) [@prajwal93](https://discuss.elastic.co/u/prajwal93)
#### Post date: [April 3, 2021, 9:23am UTC](https://discuss.elastic.co/t/ship-logs-to-multiple-logstash-servers-from-single-filebeat/269147/1 "2021-04-03T09:23:01Z")

</div>

Currently, I have a requirement to ship logs to multiple logstash endpoints from a single filebeat instances.  
I don't want to loadbalance, but push same logs to different logstash endpoints.  
I was not able to find the right documentation related to this topic.

Any help is appreciated.

---

<div class="post-metadata">

### Author: ![legoguy1000](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/legoguy1000/32/54301_2.png) [@legoguy1000](https://discuss.elastic.co/u/legoguy1000)
#### Post date: [April 3, 2021, 1:46pm UTC](https://discuss.elastic.co/t/ship-logs-to-multiple-logstash-servers-from-single-filebeat/269147/2 "2021-04-03T13:46:10Z")

</div>

So i don't think there is any good way of doing it directly from the beat. But what u can do is send to a single logstash and then have the input logstash send to all the other logstash instances u want. You can use the lumberjack protocol as documented here [Logstash-to-Logstash Communication | Logstash Reference [7.12] | Elastic](https://www.elastic.co/guide/en/logstash/current/ls-to-ls.html)

---

<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: [May 1, 2021, 3:46pm UTC](https://discuss.elastic.co/t/ship-logs-to-multiple-logstash-servers-from-single-filebeat/269147/3 "2021-05-01T15:46:26Z")

</div>

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