I processed some logs using logstash and pushed it to an ES cluster. I want to move the index to a different cluster, but the shard count is different across the two clusters. Is it possible to move the existing index and let it pick up the new shard structure? From what I understand the index moved might retain the configuration from the original cluster.
Thank you, Mark!
I could be wrong, but I think it might impact the performance with the old configuration in place. The thing is that the size of the index might exceed what could be supported by the present cluster configuration (8 shards). I needed to add space to the cluster. And the thought of setting up a new cluster and moving the existing index to the new cluster crossed my mind. Do you think there are options that I might not be aware of?
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.