Ship logs to multiple logstash servers from single filebeat

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.

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

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