How to set up HA for Metricbeat + Filebeat + Logstash on our log forwarders?
I am looking for a solution to implement HA on our log forwarders.
Our log forwards run Filebeat + Logstash + Metricbeat. The forwarder is is a Linux box with these services running. The services connect back to an Elastic instance.
I want to implement HA for our log forwarders.
By HA I mean some type of high availability, or a back up log forwarder.
I was thinking of setting up another Linux box with the same services running, and connect back to the same Elastic instance.