Hello OpenSearch community,
I would like to ask what is the current recommended way to synchronize/backup indices between two OpenSearch clusters? (The more frequent the synchronization can be, the better + I would like to be able to automatically delete old data)
I know CCR exists, but I run into problems with it (auto deletion is not a part of the plugin yet, ISM policy unable to delete replicated index, due to it being readonly, CCR jobs get stuck in the background trying to replicate non-existent indices).
I considered using elasticdump, but it seems to be kind of slow, or configuring logstash with separate pipelines to write to multiple clusters.
If anyone has experience with similar use case, I would welcome some recommendations.