Multiple Logstash IPs in Filebeat

Hello,

I'm using ELK 6.5.4. I have 3 logstash server (10.5.2.1, 10.5.2.2, 10.5.2.3) and a LB (10.5.1.1) on these 3 logstash server.
Now in filebeat Logstash output instead of providing LB ip could I mention all the 3 IPs of logstash server?
If yes, what will be the format?

Current Logstash Output (With LB ip)-

output.logstash:
hosts: ["10.5.1.1:5044"]

Planning not to use LB IP. Please suggest.
Thanks.

The hosts setting is an array. The default port is 5044. Just set output.logstash.hosts to ["ip1", "ip2", "ip3"].

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