mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[7.5][DOCS] Adds list of privileges to file data viz. (#49181)
This commit is contained in:
parent
fb2f524389
commit
252bb24048
1 changed files with 9 additions and 0 deletions
|
@ -20,6 +20,15 @@ experimental[] You can also upload a CSV, NDJSON, or log file (up to 100 MB in
|
|||
size). The *Data Visualizer* identifies the file format and field mappings. You
|
||||
can then optionally import that data into an {es} index.
|
||||
|
||||
You need the following permissions to use the Data Visualizer with file upload:
|
||||
|
||||
* cluster privileges: `monitor`, `manage_index_pipelines`
|
||||
* index privileges: `read`, `manage`, `index`
|
||||
|
||||
For more information, see {ref}/security-privileges.html[Security privileges]
|
||||
and {ref}/built-in-roles.html[Built-in roles].
|
||||
|
||||
|
||||
[float]
|
||||
[[xpack-ml-anomalies]]
|
||||
=== {anomaly-detect-cap}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue