Versions (relevant - OpenSearch/Dashboard/Server OS/Browser): Els :6.3.2 and OS is 2.9
Describe the issue: Hi team, im working on data migration from ELS 6.3.2 to OS 2.9. we have tried using snapshot approach but ended up in version compatibility issue.now we trying with reindex approach but in the end im receving some errors like. [“type”: “illegal_argument_exception”,
“reason”: “remote should be https endpoint”]
Configuration:{
“source”: {
“remote”: {
“host”: “http://xxxxxx:9200”
},
“index”: “audit_log-v2-2024.04”,
“query”: {
“match_all”: {}
}
},
“dest”: {
“index”: “audit_log-v2-2024.05”
}
}
Relevant Logs or Screenshots: {
“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
}