From 8ffb78ab79fb09d5fdda553041d37d5a0748b5b3 Mon Sep 17 00:00:00 2001 From: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Date: Fri, 3 Nov 2023 13:13:36 -0400 Subject: [PATCH] =?UTF-8?q?[8.9]=20[DOCS]=C2=A0Clarify=20required=20privil?= =?UTF-8?q?eges=20to=20create=20CSV=20reports=20when=20using=20index=20ali?= =?UTF-8?q?ases=20(#170524)=20(#170557)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # Backport This will backport the following commits from `main` to `8.9`: - [[DOCS] Clarify required privileges to create CSV reports when using index aliases (#170524)](https://github.com/elastic/kibana/pull/170524) ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) Co-authored-by: Fabio Busatto <52658645+bytebilly@users.noreply.github.com> --- 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.