I am trying to send logs using filebeats to multiple logstash server. Same logs in 2 different logstash server.
|----> logstash01
Filebeat ----> |
|----> logsstash02
Is it something possible? I know that we can use host
which takes multiple host address as input but the data shipping will be random.
I need exact data to be shipped on both the logstash nodes.