Adding missing "index": "source" statement

Signed-off-by: Sandeep Kanabar <sandeepkanabar@gmail.com>
This commit is contained in:
Sandeep Kanabar 2022-02-12 05:08:41 +05:30 committed by GitHub
parent 36ba4771aa
commit f75ef69a7a
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"