Does Elasticsearch provide support for multi-region clusters? Say I deploy 2 clusters (one in each region) would I then be able to utilize both and have the cluster replicate the data between the two?
Yes, I think cross-cluster replication (CCR) is the feature you are looking for. It's currently at beta status but we are actively working on getting it ready for production use.
Splitting a single cluster across multiple regions does not work very well and is not recommended. Elasticsearch makes various assumptions that node-to-node connections are quite reliable and low-latency, and this isn't the case with cross-region connections.
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.