# Indices data transfer btw different type of multiple clusters

**URL:** https://discuss.elastic.co/t/indices-data-transfer-btw-different-type-of-multiple-clusters/172550
**Category:** Elasticsearch
**Created:** [March 15, 2019, 2:29pm UTC](https://discuss.elastic.co/t/indices-data-transfer-btw-different-type-of-multiple-clusters/172550 "2019-03-15T14:29:35Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![jasony](https://avatars.discourse-cdn.com/v4/letter/j/a3d4f5/32.png) [@jasony](https://discuss.elastic.co/u/jasony)
#### Post date: [March 15, 2019, 2:29pm UTC](https://discuss.elastic.co/t/indices-data-transfer-btw-different-type-of-multiple-clusters/172550/1 "2019-03-15T14:29:35Z")

</div>

hello,  
i have 2 clusters but different license types are placed;1st cluster has only basic license, but 2nd cluster has gold x-pack license.

i need to transfer a couple indices data from 1st cluster to 2nd cluster. since only 2nd cluster has x-pack, cross-search is not a possible option.

what would be a best option to transfer target indices from 1st cluster to 2nd cluster?

please advise. thank you!

---

<div class="post-metadata">

### Author: ![jasony](https://avatars.discourse-cdn.com/v4/letter/j/a3d4f5/32.png) [@jasony](https://discuss.elastic.co/u/jasony)
#### Post date: [March 15, 2019, 4:44pm UTC](https://discuss.elastic.co/t/indices-data-transfer-btw-different-type-of-multiple-clusters/172550/2 "2019-03-15T16:44:00Z")

</div>

i guess using logstash with elasticsearch for input and output is one of option. it should work btw different clusters. correct?

please advise. thank you!

---

<div class="post-metadata">

### Author: ![Christian\_Dahlqvist](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/christian_dahlqvist/32/4617_2.png) [@Christian\_Dahlqvist](https://discuss.elastic.co/u/Christian_Dahlqvist)
#### Post date: [March 15, 2019, 7:07pm UTC](https://discuss.elastic.co/t/indices-data-transfer-btw-different-type-of-multiple-clusters/172550/3 "2019-03-15T19:07:28Z")

</div>

Which version are you using? Would [reindex from remote](https://www.elastic.co/guide/en/elasticsearch/reference/6.6/reindex-upgrade-remote.html) or [snapshot and restore](https://www.elastic.co/guide/en/elasticsearch/reference/6.6/modules-snapshots.html) be an option?

---

<div class="post-metadata">

### Author: ![jasony](https://avatars.discourse-cdn.com/v4/letter/j/a3d4f5/32.png) [@jasony](https://discuss.elastic.co/u/jasony)
#### Post date: [March 16, 2019, 4:21am UTC](https://discuss.elastic.co/t/indices-data-transfer-btw-different-type-of-multiple-clusters/172550/4 "2019-03-16T04:21:42Z")

</div>

Thank you for reply.

Ver6.6.

Can i use “reindex from remote” feature as realtime data collecting purpose?

---

<div class="post-metadata">

### Author: ![Christian\_Dahlqvist](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/christian_dahlqvist/32/4617_2.png) [@Christian\_Dahlqvist](https://discuss.elastic.co/u/Christian_Dahlqvist)
#### Post date: [March 16, 2019, 6:49am UTC](https://discuss.elastic.co/t/indices-data-transfer-btw-different-type-of-multiple-clusters/172550/5 "2019-03-16T06:49:52Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![jasony](https://avatars.discourse-cdn.com/v4/letter/j/a3d4f5/32.png) [@jasony](https://discuss.elastic.co/u/jasony)
#### Post date: [March 16, 2019, 7:28am UTC](https://discuss.elastic.co/t/indices-data-transfer-btw-different-type-of-multiple-clusters/172550/6 "2019-03-16T07:28:48Z")

</div>

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?

thank you!

---

<div class="post-metadata">

### Author: ![Christian\_Dahlqvist](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/christian_dahlqvist/32/4617_2.png) [@Christian\_Dahlqvist](https://discuss.elastic.co/u/Christian_Dahlqvist)
#### Post date: [March 16, 2019, 7:31am UTC](https://discuss.elastic.co/t/indices-data-transfer-btw-different-type-of-multiple-clusters/172550/7 "2019-03-16T07:31:42Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![jasony](https://avatars.discourse-cdn.com/v4/letter/j/a3d4f5/32.png) [@jasony](https://discuss.elastic.co/u/jasony)
#### Post date: [March 16, 2019, 7:49am UTC](https://discuss.elastic.co/t/indices-data-transfer-btw-different-type-of-multiple-clusters/172550/8 "2019-03-16T07:49:30Z")

</div>

thank you for your advices! 🙂

---

<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: [April 13, 2019, 7:49am UTC](https://discuss.elastic.co/t/indices-data-transfer-btw-different-type-of-multiple-clusters/172550/9 "2019-04-13T07:49:38Z")

</div>

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