Re-Index Data Into New Index
POST _reindex { "Source": { "index": "my-index" } "Dest": { "index": "new-index" } }
Last updated 3 years ago