We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 148cd68 commit 5d48757Copy full SHA for 5d48757
docs/reference/cluster/allocation-explain.asciidoc
@@ -10,6 +10,7 @@ another node. This API can be very useful when attempting to diagnose why
10
a shard is unassigned or why a shard continues to remain on its current node
11
when you might expect otherwise.
12
13
+[float]
14
=== Explain API Request
15
16
To explain the allocation of a shard, issue a request:
@@ -51,6 +52,7 @@ shard that it finds by sending an empty body for the request:
51
52
$ curl -XGET 'http://localhost:9200/_cluster/allocation/explain'
53
--------------------------------------------------
54
55
56
=== Explain API Response
57
58
This section includes examples of the cluster allocation explain API response output
0 commit comments