Reindex elasticsearch

Copy documents from one index to another

curl -X POST http://localhost:9200/_reindex -H 'Content-Type: application/json' -d '{"source":{"index":"old"},"dest":{"index":"new"}}'
more elasticsearch all 19 commands →