# Clone ES indexes to the new Cluster

**URL:** https://discuss.elastic.co/t/clone-es-indexes-to-the-new-cluster/201191
**Category:** Elasticsearch
**Created:** [September 26, 2019, 9:05am UTC](https://discuss.elastic.co/t/clone-es-indexes-to-the-new-cluster/201191 "2019-09-26T09:05:19Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Stayler](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/stayler/32/54905_2.png) [@Stayler](https://discuss.elastic.co/u/Stayler)
#### Post date: [September 26, 2019, 9:05am UTC](https://discuss.elastic.co/t/clone-es-indexes-to-the-new-cluster/201191/1 "2019-09-26T09:05:19Z")

</div>

Gentleman, hello.  
Am I new to ElasticSearch, so be patient.

At some point, I realized that I needed to scale the existing cluster horizontally due to the lack of bandwidth of the disk subsystem. Along the way, I decided to change the number of shards in the cluster, to the future, as well as change the placement policy on the disk.

I ordered new virtual machines, created a new cluster of the same version.  
I created the index by copying everything from INDEX/\_settings and INDEX/\_mapping (deleting/changing only the number of shards, UUID, version, provided\_name, creation\_date) from the old cluster.  
I added the IP addresses of old machines in the new white-list and launched the remote reindex.  
Everything went well, without errors. I got indexes of the same size, name, but with a different cluster name.  
Only now, the same request to API in the old cluster gives the results, the new one does not.

Tell me where to look?  
I thought this would be enough, what am I missing?  
ES.version - 6.6.1

---

<div class="post-metadata">

### Author: ![Stayler](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/stayler/32/54905_2.png) [@Stayler](https://discuss.elastic.co/u/Stayler)
#### Post date: [September 26, 2019, 1:26pm UTC](https://discuss.elastic.co/t/clone-es-indexes-to-the-new-cluster/201191/2 "2019-09-26T13:26:50Z")

</div>

I have find my problem, new cluster does not contain '\_source' fields.  
My bad, experiment going on)

Tnx 2 all

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [October 24, 2019, 1:26pm UTC](https://discuss.elastic.co/t/clone-es-indexes-to-the-new-cluster/201191/3 "2019-10-24T13:26:50Z")

</div>

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