ES-to-ES river?

2014-10-21 Thread raidex
Hi all, Is there a reason why a ES-to-ES river hasn't been implemented? I need to implement a fast copy mechanism to move data between indices (same cluster and across clusters) and seems to me like a river is the right mechanism. I am planning to write my own, but I want to check

Re: ES-to-ES river?

2014-10-21 Thread David Pilato
...@gmail.com) a écrit: Hi all, Is there a reason why a ES-to-ES river hasn't been implemented? I need to implement a fast copy mechanism to move data between indices (same cluster and across clusters) and seems to me like a river is the right mechanism. I am planning to write my own, but I want

Re: ES-to-ES river?

2014-10-21 Thread joergpra...@gmail.com
a ES-to-ES river hasn't been implemented? I need to implement a fast copy mechanism to move data between indices (same cluster and across clusters) and seems to me like a river is the right mechanism. I am planning to write my own, but I want to check if it is a reasonable approach. -- Thanks

Re: ES-to-ES river?

2014-10-21 Thread Itamar Syn-Hershko
wrote: Hi all, Is there a reason why a ES-to-ES river hasn't been implemented? I need to implement a fast copy mechanism to move data between indices (same cluster and across clusters) and seems to me like a river is the right mechanism. I am planning to write my own, but I want to check