I have a server which produces 1500 req/sec. Filebeat is processing the logs and sending to a logstash. However, it sends all the events to one logstash. How do I get it to send to multiple logstash servers in order to distribute the load.
Similarly I need to get the logstash to distribute the events to multiple elasticsearch nodes, not just one, for events coming from the same filebeat client.