Fleet: Logstash Load Balancing?

Hello Josh,

Take a look here: Logstash output | Fleet and Elastic Agent Guide [8.11] | Elastic

loadbalance - If true and multiple Logstash hosts are configured, the output plugin load balances published events onto all Logstash hosts. If false, the output plugin sends all events to one host (determined at random) and switches to another host if the selected one becomes unresponsive.

Default: false

So you would add loadbalance: true in the advanced YAML configuration of the output. (Disclaimer: I do not use it myself)

Best regards
Wolfram