-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
NEST/Elasticsearch.Net version: 5.0.1
Elasticsearch version: 5.1.1
Description of the problem including expected versus actual behavior: Elasticsearch 5.0 brings the ability to reindex from remote cluster which seems to be missing in NEST 5.0.1. Just wondering any plans to include in forthcoming release?
Steps to reproduce:
- Not able to run below in NEST 5.0.1
POST _reindex
{
"source": {
"remote": {
"host": "http://otherhost:9200",
"username": "user",
"password": "pass"
},
"index": "source",
"query": {
"match": {
"test": "data"
}
}
},
"dest": {
"index": "dest"
}
}
Provide ConnectionSettings
(if relevant):
Provide DebugInformation
(if relevant):
Describe the feature:
Metadata
Metadata
Assignees
Labels
No labels