Skip to content

Commit

Permalink
[DOCS] _cat/shards: clarify required permissions for restricted ind…
Browse files Browse the repository at this point in the history
…ices (elastic#115650) (elastic#115805)

Clarify security requirements when requesting detailed shard information
for restricted indices.

(cherry picked from commit 023c856)
  • Loading branch information
slobodanadamovic authored Oct 28, 2024
1 parent c3e114a commit ea424f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/cat/shards.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ For data streams, the API returns information about the stream's backing indices
* If the {es} {security-features} are enabled, you must have the `monitor` or
`manage` <<privileges-list-cluster,cluster privilege>> to use this API.
You must also have the `monitor` or `manage` <<privileges-list-indices,index privilege>>
for any data stream, index, or alias you retrieve.
to view the full information for any data stream, index, or alias you retrieve.

[[cat-shards-path-params]]
==== {api-path-parms-title}
Expand Down

0 comments on commit ea424f4

Please sign in to comment.