From f88381179aba9eb7d552617ca3ed375c6f5b9911 Mon Sep 17 00:00:00 2001 From: Fabio Busatto <52658645+bytebilly@users.noreply.github.com> Date: Fri, 3 Nov 2023 14:53:34 +0100 Subject: [PATCH] Add a note about required privileges when using aliases --- docs/setup/configuring-reporting.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/setup/configuring-reporting.asciidoc b/docs/setup/configuring-reporting.asciidoc index 3cb20866d7753..903f6fdfb5afd 100644 --- a/docs/setup/configuring-reporting.asciidoc +++ b/docs/setup/configuring-reporting.asciidoc @@ -72,6 +72,8 @@ NOTE: If you use the default settings, you can still create a custom role that g + Access to data is an index-level privilege. For each index that contains the data you want to include in reports, add a line, then give each index `read` and `view_index_metadata` privileges. + +NOTE: If you use index aliases, you must also grant `read` and `view_index_metadata` privileges to underlying indices to generate CSV reports. ++ For more information, refer to {ref}/security-privileges.html[Security privileges]. . Add the {kib} privileges.