[DOCS] Sort cluster API docs alphabetically (#48198)
This commit is contained in:
parent
8a02a5fc7d
commit
e45b0cd7e3
|
@ -79,32 +79,32 @@ GET /_nodes/ra*:2
|
|||
GET /_nodes/ra*:2*
|
||||
--------------------------------------------------
|
||||
|
||||
include::cluster/allocation-explain.asciidoc[]
|
||||
|
||||
include::cluster/get-settings.asciidoc[]
|
||||
|
||||
include::cluster/health.asciidoc[]
|
||||
|
||||
include::cluster/reroute.asciidoc[]
|
||||
|
||||
include::cluster/state.asciidoc[]
|
||||
|
||||
include::cluster/stats.asciidoc[]
|
||||
|
||||
include::cluster/pending.asciidoc[]
|
||||
|
||||
include::cluster/reroute.asciidoc[]
|
||||
|
||||
include::cluster/update-settings.asciidoc[]
|
||||
|
||||
include::cluster/get-settings.asciidoc[]
|
||||
include::cluster/nodes-usage.asciidoc[]
|
||||
|
||||
include::cluster/nodes-stats.asciidoc[]
|
||||
include::cluster/nodes-hot-threads.asciidoc[]
|
||||
|
||||
include::cluster/nodes-info.asciidoc[]
|
||||
|
||||
include::cluster/nodes-usage.asciidoc[]
|
||||
include::cluster/nodes-stats.asciidoc[]
|
||||
|
||||
include::cluster/pending.asciidoc[]
|
||||
|
||||
include::cluster/remote-info.asciidoc[]
|
||||
|
||||
include::cluster/tasks.asciidoc[]
|
||||
|
||||
include::cluster/nodes-hot-threads.asciidoc[]
|
||||
|
||||
include::cluster/allocation-explain.asciidoc[]
|
||||
|
||||
include::cluster/voting-exclusions.asciidoc[]
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
[[cluster-allocation-explain]]
|
||||
=== Cluster Allocation Explain API
|
||||
=== Cluster allocation explain API
|
||||
++++
|
||||
<titleabbrev>Cluster allocation explain</titleabbrev>
|
||||
++++
|
||||
|
||||
Provides explanations for shard allocations in the cluster.
|
||||
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
[[cluster-get-settings]]
|
||||
=== Cluster Get Settings
|
||||
=== Cluster get settings API
|
||||
++++
|
||||
<titleabbrev>Cluster get settings</titleabbrev>
|
||||
++++
|
||||
|
||||
Returns cluster-wide settings.
|
||||
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
[[cluster-health]]
|
||||
=== Cluster Health
|
||||
=== Cluster health API
|
||||
++++
|
||||
<titleabbrev>Cluster health</titleabbrev>
|
||||
++++
|
||||
|
||||
Returns the health status of a cluster.
|
||||
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
[[cluster-nodes-hot-threads]]
|
||||
=== Nodes hot_threads
|
||||
=== Nodes hot threads API
|
||||
++++
|
||||
<titleabbrev>Nodes hot threads</titleabbrev>
|
||||
++++
|
||||
|
||||
Returns the hot threads on each selected node in the cluster.
|
||||
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
[[cluster-nodes-info]]
|
||||
=== Nodes Info
|
||||
=== Nodes info API
|
||||
++++
|
||||
<titleabbrev>Nodes info</titleabbrev>
|
||||
++++
|
||||
|
||||
Returns cluster nodes information.
|
||||
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
[[cluster-nodes-stats]]
|
||||
=== Nodes Stats
|
||||
=== Nodes stats API
|
||||
++++
|
||||
<titleabbrev>Nodes stats</titleabbrev>
|
||||
++++
|
||||
|
||||
Returns cluster nodes statistics.
|
||||
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
[[cluster-nodes-usage]]
|
||||
=== Nodes Feature Usage
|
||||
=== Nodes feature usage API
|
||||
++++
|
||||
<titleabbrev>Nodes feature usage</titleabbrev>
|
||||
++++
|
||||
|
||||
Returns information on the usage of features.
|
||||
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
[[cluster-pending]]
|
||||
=== Pending cluster tasks
|
||||
=== Pending cluster tasks API
|
||||
++++
|
||||
<titleabbrev>Pending cluster tasks</titleabbrev>
|
||||
++++
|
||||
|
||||
Returns cluster-level changes that have not yet been executed.
|
||||
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
[[cluster-remote-info]]
|
||||
=== Remote Cluster Info
|
||||
=== Remote cluster info API
|
||||
++++
|
||||
<titleabbrev>Remote cluster info</titleabbrev>
|
||||
++++
|
||||
|
||||
Returns configured remote cluster information.
|
||||
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
[[cluster-reroute]]
|
||||
=== Cluster Reroute
|
||||
=== Cluster reroute API
|
||||
++++
|
||||
<titleabbrev>Cluster reroute</titleabbrev>
|
||||
++++
|
||||
|
||||
Changes the allocation of shards in a cluster.
|
||||
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
[[cluster-state]]
|
||||
=== Cluster State
|
||||
=== Cluster state API
|
||||
++++
|
||||
<titleabbrev>Cluster state</titleabbrev>
|
||||
++++
|
||||
|
||||
Returns metadata about the state of the cluster.
|
||||
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
[[cluster-stats]]
|
||||
=== Cluster Stats
|
||||
=== Cluster stats API
|
||||
++++
|
||||
<titleabbrev>Cluster stats</titleabbrev>
|
||||
++++
|
||||
|
||||
Returns cluster statistics.
|
||||
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
[[cluster-update-settings]]
|
||||
=== Cluster Update Settings
|
||||
=== Cluster update settings API
|
||||
++++
|
||||
<titleabbrev>Cluster update settings</titleabbrev>
|
||||
++++
|
||||
|
||||
Updates cluster-wide settings.
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[[voting-config-exclusions]]
|
||||
=== Voting configuration exclusions API
|
||||
++++
|
||||
<titleabbrev>Voting Configuration Exclusions</titleabbrev>
|
||||
<titleabbrev>Voting configuration exclusions</titleabbrev>
|
||||
++++
|
||||
|
||||
Adds or removes master-eligible nodes from the
|
||||
|
|
Loading…
Reference in New Issue