Kelson Martins
user

Kelson Martins

Software engineer. Geek. Traveller. Wannabe athlete. Lifelong student. Works at IBM and hosts the @HardcodeCast.


Posts


Navigation
TagElastic Stack
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...