Adding missing "index": "source" statement
Signed-off-by: Sandeep Kanabar <sandeepkanabar@gmail.com>
This commit is contained in:
parent
36ba4771aa
commit
f75ef69a7a
|
@ -70,7 +70,8 @@ POST _reindex
|
||||||
"host":"https://<REST_endpoint_of_remote_cluster>:9200",
|
"host":"https://<REST_endpoint_of_remote_cluster>:9200",
|
||||||
"username":"YOUR_USERNAME",
|
"username":"YOUR_USERNAME",
|
||||||
"password":"YOUR_PASSWORD"
|
"password":"YOUR_PASSWORD"
|
||||||
}
|
},
|
||||||
|
"index": "source"
|
||||||
},
|
},
|
||||||
"dest":{
|
"dest":{
|
||||||
"index":"destination"
|
"index":"destination"
|
||||||
|
|
Loading…
Reference in New Issue