Merge pull request #409 from sandeepkanabar/patch-2
Adding missing "index": "source" statement
This commit is contained in:
commit
ccaa040ca1
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue