# How to migrate/move indices from Elastic cloud to Elastic stand alone in remote server

**URL:** https://discuss.elastic.co/t/how-to-migrate-move-indices-from-elastic-cloud-to-elastic-stand-alone-in-remote-server/324600
**Category:** Elasticsearch
**Created:** [February 3, 2023, 5:31am UTC](https://discuss.elastic.co/t/how-to-migrate-move-indices-from-elastic-cloud-to-elastic-stand-alone-in-remote-server/324600 "2023-02-03T05:31:38Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![sriteja\_chebrolu](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/sriteja_chebrolu/32/116088_2.png) [@sriteja\_chebrolu](https://discuss.elastic.co/u/sriteja_chebrolu)
#### Post date: [February 3, 2023, 5:31am UTC](https://discuss.elastic.co/t/how-to-migrate-move-indices-from-elastic-cloud-to-elastic-stand-alone-in-remote-server/324600/1 "2023-02-03T05:31:38Z")

</div>

Please help me to migrate/move indices from Elastic cloud to Elastic stand alone in remote server.

Please provide the steps.  
I tried with reindexing but getting "not whitelisted in reindex.remote.whitelist" error.

I am following this documentation

> **[Migrating your Elasticsearch data | Elastic Cloud Enterprise Reference \[2.9\]...](https://www.elastic.co/guide/en/cloud-enterprise/2.9/ece-migrate-data.html?X-OpenDNS-Session=_12caf53c0973d049f80a50e0657919968c439270ed49_3bgH2bpZ_)**

My elasticsearch version is 7.17

---

<div class="post-metadata">

### Author: ![Ayush\_Mathur](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/ayush_mathur/32/77134_2.png) [@Ayush\_Mathur](https://discuss.elastic.co/u/Ayush_Mathur)
#### Post date: [February 3, 2023, 7:42am UTC](https://discuss.elastic.co/t/how-to-migrate-move-indices-from-elastic-cloud-to-elastic-stand-alone-in-remote-server/324600/2 "2023-02-03T07:42:11Z")

</div>

@sriteja_chebrolu it seems the reindexing can be used to migrate data only between Elastic cloud to cloud clusters and not to standalone ones. You can, however, use one of the to options below:

1. Configure CCR between EC and standalone clusters to sync the desired indexes.
2. Take snapshot from EC, cofigure same repo in your standalone cluster and restore the indices.

---

<div class="post-metadata">

### Author: ![sriteja\_chebrolu](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/sriteja_chebrolu/32/116088_2.png) [@sriteja\_chebrolu](https://discuss.elastic.co/u/sriteja_chebrolu)
#### Post date: [February 3, 2023, 12:56pm UTC](https://discuss.elastic.co/t/how-to-migrate-move-indices-from-elastic-cloud-to-elastic-stand-alone-in-remote-server/324600/3 "2023-02-03T12:56:19Z")

</div>

Thanks for your response @Ayush_Mathur.

1. Configure CCR between EC and standalone clusters to sync the desired indexes.  
what is CCR?
2. Take snapshot from EC, cofigure same repo in your standalone cluster and restore the indices  
Can you please provide documentation/steps for these 2 options.

---

<div class="post-metadata">

### Author: ![Ayush\_Mathur](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/ayush_mathur/32/77134_2.png) [@Ayush\_Mathur](https://discuss.elastic.co/u/Ayush_Mathur)
#### Post date: [February 3, 2023, 1:25pm UTC](https://discuss.elastic.co/t/how-to-migrate-move-indices-from-elastic-cloud-to-elastic-stand-alone-in-remote-server/324600/4 "2023-02-03T13:25:17Z")

</div>

CCR is Cross Cluster Replication, which was intended to migrate or synchronize data between data centers, which essentially your case here.  
For any sort of documentation or steps, I'll always prefer starting from Elastic documentation.  
CCR: [Cross-cluster replication | Elasticsearch Guide [8.6] | Elastic](https://www.elastic.co/guide/en/elasticsearch/reference/current/xpack-ccr.html)  
Snapshot/ Restore: [Snapshot and restore | Elasticsearch Guide [8.6] | Elastic](https://www.elastic.co/guide/en/elasticsearch/reference/current/snapshot-restore.html)

---

<div class="post-metadata">

### Author: ![sriteja\_chebrolu](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/sriteja_chebrolu/32/116088_2.png) [@sriteja\_chebrolu](https://discuss.elastic.co/u/sriteja_chebrolu)
#### Post date: [February 7, 2023, 7:44am UTC](https://discuss.elastic.co/t/how-to-migrate-move-indices-from-elastic-cloud-to-elastic-stand-alone-in-remote-server/324600/5 "2023-02-07T07:44:55Z")

</div>

Hi @Ayush_Mathur

I am able to migrate indices through reindeixng.

---

<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: [March 7, 2023, 7:45am UTC](https://discuss.elastic.co/t/how-to-migrate-move-indices-from-elastic-cloud-to-elastic-stand-alone-in-remote-server/324600/6 "2023-03-07T07:45:03Z")

</div>

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