Want to configure logstash in high-availability

Hi,

Our setup as below:

  1. FIlebeat configured on multiple servers.
  2. Elastic search in 3 node cluster
  3. Single node logstash server with persistent queue
  4. Single node kibana interface.

We would like to make 2 node logstash in high-availability with persistent queue facility. For load balancing, we are considering keepalived solution with floating ip. That floating ip will configure on all filebeat client. Our concern is regarding to persistent queue during the fail-over scenario . (For now, we are not thinking to configure any third party messages queuing application i.e. RabbitMQ )

We are not using any shared device between 2 logstash nodes. So, our persistent queue will be generate individually on both node whoever has floating ip.

Suppose, Our A server will goes down unexpectedly and floating IP shift from A server to B server. Logstash will start with new queue file on B server. How logstash will behave after fail-back floating IP to A server. How persistent queuing will work in this scenario?

  1. Does logatsh consider and execute older queue file of A server ? (Before goes down)
  2. Does logstash consider and execute pending queue on B server ? (After fail-back to A server)

Let me know in case any more info require.

Kindly help.

Regards
Nishant

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