I am trying to reindex from the remote server. The source version is 8.5.1 and the dest version is 7.17.1. I got the error below. Please help me explain this error and how to solve it.
{
"error": {
"root_cause": [
{
"type": "exception",
"reason": "Error parsing the response, remote is likely not an Elasticsearch instance"
}
],
"type": "exception",
"reason": "Error parsing the response, remote is likely not an Elasticsearch instance",
"caused_by": {
"type": "x_content_parse_exception",
"reason": "[1:2013] [search_response] failed to parse field [hits]",
"caused_by": {
"type": "x_content_parse_exception",
"reason": "[1:2013] [hits] failed to parse field [hits]",
"caused_by": {
"type": "illegal_argument_exception",
"reason": "Required [_type]"
}
}
}
},
"status": 500
}