[DOCS] Clarify required privileges to create CSV reports when using index aliases (#170524)

## Summary

If a CSV export is performed on an index alias, it also requires read
access to underlying indices.
This PR adds a note in Kibana docs to make users aware of this
requirement.
This commit is contained in:
Fabio Busatto 2023-11-03 17:47:21 +01:00 committed by GitHub
parent 55b9c01539
commit ef67add16c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.