diff --git a/docs/reference/cat/allocation.asciidoc b/docs/reference/cat/allocation.asciidoc index 3e9d9341338c1..bbd044c4b8e5e 100644 --- a/docs/reference/cat/allocation.asciidoc +++ b/docs/reference/cat/allocation.asciidoc @@ -11,7 +11,7 @@ console. They are _not_ intended for use by applications. For application consumption, use the <>. ==== -Provides a snapshot of the number of shards <> to each data node +Provides a snapshot of the number of shards <> to each data node and their disk space. diff --git a/docs/reference/cat/indices.asciidoc b/docs/reference/cat/indices.asciidoc index 54c9bc6bf7e72..cf1cc9f825cb2 100644 --- a/docs/reference/cat/indices.asciidoc +++ b/docs/reference/cat/indices.asciidoc @@ -11,7 +11,7 @@ console. They are _not_ intended for use by applications. For application consumption, use the <>. ==== -Returns high-level information about indices in a cluster, including backing +Returns high-level information about <> in a cluster, including backing indices for <>. diff --git a/docs/reference/cat/master.asciidoc b/docs/reference/cat/master.asciidoc index 34f85d067e2ca..bcf2b876e4506 100644 --- a/docs/reference/cat/master.asciidoc +++ b/docs/reference/cat/master.asciidoc @@ -11,7 +11,7 @@ console. They are _not_ intended for use by applications. For application consumption, use the <>. ==== -Returns information about the <, including the ID, bound IP address, +Returns information about the <>, including the ID, bound IP address, and name. diff --git a/docs/reference/cat/shards.asciidoc b/docs/reference/cat/shards.asciidoc index 0c6dc66b5ec48..812b946ab2c47 100644 --- a/docs/reference/cat/shards.asciidoc +++ b/docs/reference/cat/shards.asciidoc @@ -13,7 +13,7 @@ They are _not_ intended for use by applications. For application consumption, use the <>. ==== -The `shards` command is the detailed view of all nodes' shard <>. +The `shards` command is the detailed view of all nodes' shard <>. It will tell you if the shard is a primary or replica, the number of docs, the bytes it takes on disk, the node where it's located, and if the shard is currently <>. diff --git a/docs/reference/cat/snapshots.asciidoc b/docs/reference/cat/snapshots.asciidoc index 1d14136a8c867..820c4b56c783d 100644 --- a/docs/reference/cat/snapshots.asciidoc +++ b/docs/reference/cat/snapshots.asciidoc @@ -12,7 +12,7 @@ consumption, use the <>. ==== Returns information about the <> stored in one or -more <>. A snapshot is a backup of an index or running {es} cluster. +more repositories. A snapshot is a backup of an index or running {es} cluster. [[cat-snapshots-api-request]]