Skip to content

Commit 904da3d

Browse files
[DOCS] Renamed the "cat" chapters to be more searchable
1 parent 54c3d1a commit 904da3d

13 files changed

+14
-14
lines changed

docs/reference/cat/alias.asciidoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[[cat-alias]]
2-
== Aliases
2+
== cat aliases
33

44
`aliases` shows information about currently configured aliases to indices
55
including filter and routing infos.
@@ -15,7 +15,7 @@ alias3 test1 - 1 1
1515
--------------------------------------------------
1616

1717
The output shows that `alias` has configured a filter, and specific routing
18-
configurations in `alias3` and `alias4`.
18+
configurations in `alias3` and `alias4`.
1919

2020
If you only want to get information about a single alias, you can specify
2121
the alias in the URL, for example `/_cat/aliases/alias1`.

docs/reference/cat/allocation.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[[cat-allocation]]
2-
== Allocation
2+
== cat allocation
33

44
`allocation` provides a snapshot of how shards have located around the
55
cluster and the state of disk usage.

docs/reference/cat/count.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[[cat-count]]
2-
== Count
2+
== cat count
33

44
`count` provides quick access to the document count of the entire
55
cluster, or individual indices.

docs/reference/cat/fielddata.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[[cat-fielddata]]
2-
== Fielddata
2+
== cat fielddata
33

44
`fielddata` shows information about currently loaded fielddata on a per-node
55
basis.

docs/reference/cat/health.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[[cat-health]]
2-
== Health
2+
== cat health
33

44
`health` is a terse, one-line representation of the same information
55
from `/_cluster/health`. It has one option `ts` to disable the

docs/reference/cat/indices.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[[cat-indices]]
2-
== Indices
2+
== cat indices
33

44
The `indices` command provides a cross-section of each index. This
55
information *spans nodes*.

docs/reference/cat/master.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[[cat-master]]
2-
== Master
2+
== cat master
33

44
`master` doesn't have any extra options. It simply displays the
55
master's node ID, bound IP address, and node name.

docs/reference/cat/nodes.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[[cat-nodes]]
2-
== Nodes
2+
== cat nodes
33

44
The `nodes` command shows the cluster topology.
55

docs/reference/cat/pending_tasks.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[[cat-pending-tasks]]
2-
== Cluster Pending Tasks
2+
== cat pending tasks
33

44
`pending_tasks` provides the same information as the
55
<<cluster-pending,`/_cluster/pending_tasks`>> API in a

docs/reference/cat/plugins.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[[cat-plugins]]
2-
== Plugins
2+
== cat plugins
33

44
The `plugins` command provides a view per node of running plugins. This information *spans nodes*.
55

docs/reference/cat/recovery.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[[cat-recovery]]
2-
== Recovery
2+
== cat recovery
33

44
`recovery` is a view of shard replication. It will show information
55
anytime data from at least one shard is copying to a different node.

docs/reference/cat/shards.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[[cat-shards]]
2-
== Shards
2+
== cat shards
33

44
The `shards` command is the detailed view of what nodes contain which
55
shards. It will tell you if it's a primary or replica, the number of

docs/reference/cat/thread_pool.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[[cat-thread-pool]]
2-
== Thread pool
2+
== cat thread pool
33

44
The `thread_pool` command shows cluster wide thread pool statistics per node. By default the active, queue and rejected
55
statistics are returned for the bulk, index and search thread pools.

0 commit comments

Comments
 (0)