Last active
May 13, 2019 15:17
-
-
Save gerardjp/a4f60ef23c2942197ff45a7c6d896fab to your computer and use it in GitHub Desktop.
Elastic - Reindexing Elastic index to new destination
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"source": { | |
"index": "logstash-2019.05.10" | |
}, | |
"dest": { | |
"index": "logstash-test-2019.05.10", | |
"version_type": "internal" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment