How to check details of version_conflicts when wait_for_completion=false in update_by_query?

After executing

_update_by_query?conflicts=proceed&wait_for_completion=false 

I want to check details so I call

GET _tasks?detailed=true&actions=*byquery

and I receive response with number of "version_conflicts" : {number} per task.
How can I get more details e.g. which documents these conflicts refer to?

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