I'm trying to reindex from AWS OPensearch to Elasticsearch 7.17 but I get the following error.
{
"error" : {
"root_cause" : [
{
"type" : "status_exception",
"reason" : "body={\"error\":{\"root_cause\":[{\"type\":\"illegal_argument_exception\",\"reason\":\"No search type for [scan]\"}],\"type\":\"illegal_argument_exception\",\"reason\":\"No search type for [scan]\"},\"status\":400}"
}
],
"type" : "status_exception",
"reason" : "body={\"error\":{\"root_cause\":[{\"type\":\"illegal_argument_exception\",\"reason\":\"No search type for [scan]\"}],\"type\":\"illegal_argument_exception\",\"reason\":\"No search type for [scan]\"},\"status\":400}",
"caused_by" : {
"type" : "response_exception",
"reason" : "method [POST], host [https://XXX-XX-XXXXX-XXXXXXXXXXXXXXXXXXXXXXX.us-east-X.XX.amazonaws.com:443], URI [/gcom_ftm/_search?scroll=300000ms&size=1000&fields=_parent%2C_routing%2C_ttl&version=false&search_type=scan], status line [HTTP/1.1 400 Bad Request]\n{\"error\":{\"root_cause\":[{\"type\":\"illegal_argument_exception\",\"reason\":\"No search type for [scan]\"}],\"type\":\"illegal_argument_exception\",\"reason\":\"No search type for [scan]\"},\"status\":400}"
}
},
"status" : 400
}
Is it possible to reindex from AWS Opensearch to a non managed Elasticsearch?