Featured
DevOps
Moving Elasticsearch indexes with elasticdump
Posted on March 21st, 2021.Introduction Recently, I had a requirement to migrate data between Elasticsearch clusters while building a new ELK stack. There are a few tools that can get the job done, including the input-elasticsearch Logstash plugin, Elasticsearch reindex API and elasticdump. On my journey of evaluating new tools, I experimented with elasticdump and...