[DOCS] Renamed the "cat" chapters to be more searchable
This commit is contained in:
parent
bf22df7fd0
commit
f510e25306
|
@ -1,5 +1,5 @@
|
||||||
[[cat-alias]]
|
[[cat-alias]]
|
||||||
== Aliases
|
== cat aliases
|
||||||
|
|
||||||
`aliases` shows information about currently configured aliases to indices
|
`aliases` shows information about currently configured aliases to indices
|
||||||
including filter and routing infos.
|
including filter and routing infos.
|
||||||
|
@ -15,7 +15,7 @@ alias3 test1 - 1 1
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
|
|
||||||
The output shows that `alias` has configured a filter, and specific routing
|
The output shows that `alias` has configured a filter, and specific routing
|
||||||
configurations in `alias3` and `alias4`.
|
configurations in `alias3` and `alias4`.
|
||||||
|
|
||||||
If you only want to get information about a single alias, you can specify
|
If you only want to get information about a single alias, you can specify
|
||||||
the alias in the URL, for example `/_cat/aliases/alias1`.
|
the alias in the URL, for example `/_cat/aliases/alias1`.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[[cat-allocation]]
|
[[cat-allocation]]
|
||||||
== Allocation
|
== cat allocation
|
||||||
|
|
||||||
`allocation` provides a snapshot of how shards have located around the
|
`allocation` provides a snapshot of how shards have located around the
|
||||||
cluster and the state of disk usage.
|
cluster and the state of disk usage.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[[cat-count]]
|
[[cat-count]]
|
||||||
== Count
|
== cat count
|
||||||
|
|
||||||
`count` provides quick access to the document count of the entire
|
`count` provides quick access to the document count of the entire
|
||||||
cluster, or individual indices.
|
cluster, or individual indices.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[[cat-fielddata]]
|
[[cat-fielddata]]
|
||||||
== Fielddata
|
== cat fielddata
|
||||||
|
|
||||||
`fielddata` shows information about currently loaded fielddata on a per-node
|
`fielddata` shows information about currently loaded fielddata on a per-node
|
||||||
basis.
|
basis.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[[cat-health]]
|
[[cat-health]]
|
||||||
== Health
|
== cat health
|
||||||
|
|
||||||
`health` is a terse, one-line representation of the same information
|
`health` is a terse, one-line representation of the same information
|
||||||
from `/_cluster/health`. It has one option `ts` to disable the
|
from `/_cluster/health`. It has one option `ts` to disable the
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[[cat-indices]]
|
[[cat-indices]]
|
||||||
== Indices
|
== cat indices
|
||||||
|
|
||||||
The `indices` command provides a cross-section of each index. This
|
The `indices` command provides a cross-section of each index. This
|
||||||
information *spans nodes*.
|
information *spans nodes*.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[[cat-master]]
|
[[cat-master]]
|
||||||
== Master
|
== cat master
|
||||||
|
|
||||||
`master` doesn't have any extra options. It simply displays the
|
`master` doesn't have any extra options. It simply displays the
|
||||||
master's node ID, bound IP address, and node name.
|
master's node ID, bound IP address, and node name.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[[cat-nodes]]
|
[[cat-nodes]]
|
||||||
== Nodes
|
== cat nodes
|
||||||
|
|
||||||
The `nodes` command shows the cluster topology.
|
The `nodes` command shows the cluster topology.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[[cat-pending-tasks]]
|
[[cat-pending-tasks]]
|
||||||
== Cluster Pending Tasks
|
== cat pending tasks
|
||||||
|
|
||||||
`pending_tasks` provides the same information as the
|
`pending_tasks` provides the same information as the
|
||||||
<<cluster-pending,`/_cluster/pending_tasks`>> API in a
|
<<cluster-pending,`/_cluster/pending_tasks`>> API in a
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[[cat-plugins]]
|
[[cat-plugins]]
|
||||||
== Plugins
|
== cat plugins
|
||||||
|
|
||||||
The `plugins` command provides a view per node of running plugins. This information *spans nodes*.
|
The `plugins` command provides a view per node of running plugins. This information *spans nodes*.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[[cat-recovery]]
|
[[cat-recovery]]
|
||||||
== Recovery
|
== cat recovery
|
||||||
|
|
||||||
`recovery` is a view of shard replication. It will show information
|
`recovery` is a view of shard replication. It will show information
|
||||||
anytime data from at least one shard is copying to a different node.
|
anytime data from at least one shard is copying to a different node.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[[cat-shards]]
|
[[cat-shards]]
|
||||||
== Shards
|
== cat shards
|
||||||
|
|
||||||
The `shards` command is the detailed view of what nodes contain which
|
The `shards` command is the detailed view of what nodes contain which
|
||||||
shards. It will tell you if it's a primary or replica, the number of
|
shards. It will tell you if it's a primary or replica, the number of
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[[cat-thread-pool]]
|
[[cat-thread-pool]]
|
||||||
== Thread pool
|
== cat thread pool
|
||||||
|
|
||||||
The `thread_pool` command shows cluster wide thread pool statistics per node. By default the active, queue and rejected
|
The `thread_pool` command shows cluster wide thread pool statistics per node. By default the active, queue and rejected
|
||||||
statistics are returned for the bulk, index and search thread pools.
|
statistics are returned for the bulk, index and search thread pools.
|
||||||
|
|
Loading…
Reference in New Issue