Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gerardjp/a4f60ef23c2942197ff45a7c6d896fab to your computer and use it in GitHub Desktop.
Save gerardjp/a4f60ef23c2942197ff45a7c6d896fab to your computer and use it in GitHub Desktop.
Elastic - Reindexing Elastic index to new destination
{
"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