Merge pull request #409 from sandeepkanabar/patch-2

Adding missing "index": "source" statement
This commit is contained in:
Keith Chan 2022-02-11 16:42:49 -08:00 committed by GitHub
commit ccaa040ca1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -70,7 +70,8 @@ POST _reindex
"host":"https://<REST_endpoint_of_remote_cluster>:9200",
"username":"YOUR_USERNAME",
"password":"YOUR_PASSWORD"
}
},
"index": "source"
},
"dest":{
"index":"destination"