Add API endpoints for the cluster allocation explain API
Relates to https://github.com/elastic/elasticsearch/pull/17305 Original commit: elastic/x-pack-elasticsearch@839d8dc53c
This commit is contained in:
parent
a577402f5d
commit
c62ba37759
|
@ -11,6 +11,7 @@ cluster:admin/snapshot/get
|
|||
cluster:admin/snapshot/restore
|
||||
cluster:admin/snapshot/status
|
||||
cluster:admin/tasks/cancel
|
||||
cluster:monitor/allocation/explain
|
||||
cluster:monitor/health
|
||||
cluster:monitor/nodes/hot_threads
|
||||
cluster:monitor/nodes/info
|
||||
|
|
|
@ -2,6 +2,7 @@ cluster:admin/render/template/search
|
|||
cluster:admin/snapshot/status[nodes]
|
||||
cluster:admin/snapshot/status[nodes][n]
|
||||
cluster:admin/tasks/cancel[n]
|
||||
cluster:monitor/allocation/explain
|
||||
cluster:monitor/nodes/hot_threads[n]
|
||||
cluster:monitor/nodes/info[n]
|
||||
cluster:monitor/nodes/liveness
|
||||
|
|
Loading…
Reference in New Issue