Skip to content

Instantly share code, notes, and snippets.

@AviranAbady
Created May 16, 2021 08:17
Show Gist options
  • Save AviranAbady/1db33c6dadf62e2364b61dda807a6209 to your computer and use it in GitHub Desktop.
Save AviranAbady/1db33c6dadf62e2364b61dda807a6209 to your computer and use it in GitHub Desktop.
Elasticsearch reindex with pipeline
POST _reindex
{
"source": {
"index": "route_policy"
},
"dest": {
"index": "route_policy_back",
"pipeline": "route_restriction_date_converter"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment