-
Notifications
You must be signed in to change notification settings - Fork 24.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Task Management Documentation - update example on taskID:1 and task_id:1(in update-by-query) #28314
Comments
Pinging @elastic/es-distributed |
I think it should be just However, I would like to hear @nik9000's opinion since it looks like he changed it from |
+1. I changed it in the past so it'd parse when I converted the example to |
We had been using `task_id:1` or `taskId:1` because it is parses as a valid task identifier but the `:1` part is confusing. This replaces those examples with `task_id` which matches the response from the list tasks API. Closes elastic#28314
We had been using `task_id:1` or `taskId:1` because it is parses as a valid task identifier but the `:1` part is confusing. This replaces those examples with `task_id` which matches the response from the list tasks API. Closes #28314
We had been using `task_id:1` or `taskId:1` because it is parses as a valid task identifier but the `:1` part is confusing. This replaces those examples with `task_id` which matches the response from the list tasks API. Closes #28314
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.
The text was updated successfully, but these errors were encountered: