Move Data from One index to Another Cluster Index

How can one move data from One index in a server to another Index in
another Server.

I know reindexing moves data into another index in the same cluster.

How can it be done in Python ?

Ap

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/ecb23365-08a3-4b0e-8036-ed2f8b1fbc27%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

The python client has a reindex helper that can do just that - just
supply a client instance for the source and destination clusters.

http://elasticsearch-py.readthedocs.org/en/latest/helpers.html#elasticsearch.helpers.reindex

Hope this helps,
Honza

On Thu, Feb 19, 2015 at 11:44 PM, Amay Patil amaypatil01@gmail.com wrote:

How can one move data from One index in a server to another Index in another
Server.

I know reindexing moves data into another index in the same cluster.

How can it be done in Python ?

Ap

--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/ecb23365-08a3-4b0e-8036-ed2f8b1fbc27%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CABfdDiopGtorHza49wP1MLPrnA4MD%3Dufd2KO0K6eyamE0AuUfQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.