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. [remote should be https endp

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
}

Hi @manojgm2,

Have you checked the migration path here: Migrating from Elasticsearch OSS to OpenSearch - OpenSearch Documentation

best,
mj

@Mantas i grow through this documentation as well, now basically i want modify the some security config in aws opensearch, is it possible?

@manojgm2, how did you deploy your OpenSearch cluster?

@Mantas, through harness, i created the OS cluster using aws opensearch service, in aws we have an option to create a domain right?