Elasticsearch version:
5.X - 6.X
Description:
Document update needed change from taskid:1 to Nodeid:1 or just taskID which is Nodeid:taskid.
While reading update-by-query; the docs reference taskid as how to get the task information
but does not call out what taskId is. It is not the taskID but the Node ID followed by a colon.
When you follow the link over to the main task management docs; it also references a task id but in a different format and seems to say the task id, but again it is the node id.