From 0b9741f78f4063bdd2d2f270b98c29fe70fe7f15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slobodan=20Adamovi=C4=87?= Date: Mon, 28 Oct 2024 20:19:51 +0100 Subject: [PATCH] [DOCS] `_cat/shards`: clarify required permissions for restricted indices (#115650) Clarify security requirements when requesting detailed shard information for restricted indices. (cherry picked from commit 023c856c24fdc2ad04a09aac736db6afb03fc0cb) --- docs/reference/cat/shards.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/cat/shards.asciidoc b/docs/reference/cat/shards.asciidoc index a2f8541be4abc..12633e8ab2621 100644 --- a/docs/reference/cat/shards.asciidoc +++ b/docs/reference/cat/shards.asciidoc @@ -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` <> to use this API. You must also have the `monitor` or `manage` <> -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}