Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
Co-authored-by: shainaraskas <58563081+shainaraskas@users.noreply.github.com>
  • Loading branch information
stefnestor and shainaraskas authored Oct 4, 2024
1 parent b3b9067 commit ede8ee5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/reference/cat/allocation.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ console. They are _not_ intended for use by applications. For application
consumption, use the <<cluster-nodes-stats,node stats API>>.
====

Provides a snapshot of the number of shards <<modules-cluster,allocated>> to each data node
Provides a snapshot of the number of shards <<shard-allocation-relocation-recovery,allocated>> to each data node
and their disk space.


Expand Down
2 changes: 1 addition & 1 deletion docs/reference/cat/indices.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ console. They are _not_ intended for use by applications. For application
consumption, use the <<indices-get-index,get index API>>.
====

Returns high-level information about indices in a cluster, including backing
Returns high-level information about <<documents-indices,indices>> in a cluster, including backing
indices for <<data-streams,data streams>>.


Expand Down
2 changes: 1 addition & 1 deletion docs/reference/cat/master.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ console. They are _not_ intended for use by applications. For application
consumption, use the <<cluster-nodes-info,nodes info API>>.
====

Returns information about the <<cluster-state-publishing,master node>, including the ID, bound IP address,
Returns information about the <<cluster-state-publishing,master node>>, including the ID, bound IP address,
and name.


Expand Down
2 changes: 1 addition & 1 deletion docs/reference/cat/shards.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ They are _not_ intended for use by applications. For application
consumption, use the <<cluster-state,cluster state API>>.
====

The `shards` command is the detailed view of all nodes' shard <<modules-cluster,allocation>>.
The `shards` command is the detailed view of all nodes' shard <<shard-allocation-relocation-recovery,allocation>>.
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 <<shard-allocation-relocation-recovery,recovering>>.
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/cat/snapshots.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ consumption, use the <<get-snapshot-api,get snapshot API>>.
====

Returns information about the <<snapshot-restore,snapshots>> stored in one or
more <<snapshots-register-repository,repositories>>. 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]]
Expand Down

0 comments on commit ede8ee5

Please sign in to comment.