mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[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:
parent
55b9c01539
commit
ef67add16c
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue