Press "Enter" to skip to content

Copying Index Contents in Elasticsearch

The Hadoop in Real World team moves data around in Elasticsearch:

In this post we will describe how to copy an index and its contents to a new index in Elasticsearch.

We currently have an index named account. We are going to copy the account index and its content to another index named account_v2 using the reindex API.

Click through to see how.