No. If it is not a one-off transfer I would recommend changing the indexing clients to index into both clusters in parallel. Real-time replication is what the new cross-cluster replication feature offers, but this requires both clusters to have a platinum license.
if so, using Logstash with both input & output as Elasticsearch could be a solution to transfer data realtime from one cluster(w/o xpack) to the other(w xpack). right?
I would recommend setting up 2 separate Elasticsearch outputs in Logstash so you write to both clusters in parallel. Performing real-time replication between clusters is a complex problem which is why cross-cluster replication was developed. I am not aware of any other ways of doing it and the standard approach is to write to all clusters in parallel.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.