Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):
ES: 7.9.1, opensearch: 2.11.0
Describe the issue:
I am trying to reindex from ES 7.9.1(deployed in aws ec2) to opensearch 2.11.0 which is a managed service by aws.
When i am passing remote host with http it give below error.
{
“error”: {
“root_cause”: [
{
“type”: “illegal_argument_exception”,
“reason”: “remote should be https endpoint”
}
],
“type”: “illegal_argument_exception”,
“reason”: “remote should be https endpoint”
},
“status”: 400
}
when i give https it will give below error.
{
“error”: {
“root_cause”: [
{
“type”: “illegal_argument_exception”,
“reason”: “Invalid remote host:[x.x.x.x]”
}
],
“type”: “illegal_argument_exception”,
“reason”: “Invalid remote host:[x.x.x.x]”
},
“status”: 400
}
Configuration:
Relevant Logs or Screenshots: