Disaster Recovery - Non-Enterprise version

Hi Team,

We are using the open-source version of ELK.

We want to implement a Disaster Recovery (DR) solution for our application. That means ELK LOGS has to be replicated.

How can we do this?
(Please do not share the paid licensed solution. I am looking for an open-source solution.)

Welcome!

You can snapshot your data somewhere and restore in the disaster recovery cluster every 30 minutes for example.
Or if you want something more "real-time", without using the Cross Cluster Replication feature, you can send your documents to both clusters at the same time.
Or may be safer, use a message broker like Kafka and read the queue from both clusters...

2 Likes

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