Reindex fail

Hi,

I'm reindexing from my old ES 1.7 to ES 5.4
Here is my reindex query:

POST _reindex
{
"source": {
"remote": {
"host": "http://myes:9200",
},
"index": "test_reindex",
},
"dest": {
"index": "test_reindex"
}
}

Here is error I'm getting:
"POST http://myes:9200/_search/scroll?scroll=30000000000nanos: HTTP/1.1 400 BadRequest\n{\"error\":\" ElasticsearchParserException[Failed to parse [30000000000nanos]]; nested: NumberFormatException[For input string \\\"30000000000nanos\\\"];

Has anyone seen this before?
I understand that my 5.4 ES is trying to send a scroll query to my 1.7 ES, but I do not understand what is this "nanos"....

Thanks!

I suspect this post is related and describes the same issue.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.