[This is the old, single node version for Elasticsearch 2.x, see the latest "Siren Federate" plugin for distributed Elasticsearch 5.x and 6.x capabilities]
{
"error": {
"root_cause": [
{
"type": "illegal_argument_exception",
"reason": "No feature for name [scroll]"
}
],
"type": "illegal_argument_exception",
"reason": "No feature for name [scroll]"
},
"status": 400
}
It seems that the scroll API is not supported by the
_coordinate_action
.Running the following query does return a scroll ID in the response:
But when the ID is used, an error is thrown: