Add task cancellation mechanism
See elastic/elasticsearchelastic/elasticsearch#16320 for more information Original commit: elastic/x-pack-elasticsearch@4f8a9b1258
This commit is contained in:
parent
00de835fc6
commit
dbff0e1144
|
@ -10,6 +10,7 @@ cluster:admin/snapshot/delete
|
|||
cluster:admin/snapshot/get
|
||||
cluster:admin/snapshot/restore
|
||||
cluster:admin/snapshot/status
|
||||
cluster:admin/tasks/cancel
|
||||
cluster:monitor/health
|
||||
cluster:monitor/nodes/hot_threads
|
||||
cluster:monitor/nodes/info
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
cluster:admin/render/template/search
|
||||
cluster:admin/snapshot/status[nodes]
|
||||
cluster:admin/snapshot/status[nodes][n]
|
||||
cluster:admin/tasks/cancel[n]
|
||||
cluster:monitor/nodes/hot_threads[n]
|
||||
cluster:monitor/nodes/info[n]
|
||||
cluster:monitor/nodes/liveness
|
||||
|
@ -69,6 +70,7 @@ indices:monitor/shard_stores
|
|||
indices:monitor/stats[n]
|
||||
indices:monitor/upgrade[n]
|
||||
indices:monitor/upgrade
|
||||
internal:admin/tasks/ban
|
||||
internal:cluster/node/index/deleted
|
||||
internal:cluster/node/index_store/deleted
|
||||
internal:cluster/node/mapping/refresh
|
||||
|
|
Loading…
Reference in New Issue