Have you tried taking a snapshot <http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-snapshots.html#_snapshot>and restoring <http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-snapshots.html#_restore>the index to a new name (see rename_pattern)?
On Thursday, October 16, 2014 12:55:02 PM UTC-5, [email protected] wrote: > > Hi > > I can see there are lots of utilities to copy the contents of an index > such as > elasticdump > reindexer > streames > etc > > And they mostly use scan scroll. > > Is there a single curl command to copy an index to a new index? > > Without too much investigation it looks like scan scroll requires repeated > calls? > > Can you please confirm? > > If this is the case what is the simplest supported utility? > > Alternatively is there a plugin with front end to choose from and to > index? > > Thanks in advance > > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/52203c52-f1d8-4770-9f01-1fce905d26f2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
