Skip to content

Instantly share code, notes, and snippets.

@CarlosLannister
Created March 9, 2021 19:36
Show Gist options
  • Save CarlosLannister/032faeb89e775cb8d642cd1172d295cd to your computer and use it in GitHub Desktop.
Save CarlosLannister/032faeb89e775cb8d642cd1172d295cd to your computer and use it in GitHub Desktop.
curl --user elastic:medium -X POST "localhost:9200/_reindex" -H 'Content-Type: application/json' -d'
{
"source": {
"index": "twitter"
},
"dest": {
"index": "new_twitter"
}
}
'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment