在请求elasticsearch api 有时候运行请求后想停止,需要用到两个api

GET  _tasks?detailed=true&actions=*reindex //查询正在运行的任务

actions 参数就是你要查询的动作,*代表所有动作

POST _tasks/RnT2C85FQIqfi4zRGyfJMw:50571743/_cancel  //取消任务

RnT2C85FQIqfi4zRGyfJMw 代表:第一条api返回的node字段
50571743代表:第一条api返回的id字段