Skip to content

Task Management Documentation - update example on taskID:1 and task_id:1(in update-by-query) #28314

@matt-isett

Description

@matt-isett

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

GET /_tasks/taskId:1

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.

GET _tasks/task_id:1 

Metadata

Metadata

Assignees

Labels

:Distributed Coordination/Task ManagementIssues for anything around the Tasks API - both persistent and node level.>docsGeneral docs changes

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions