[DOCS] Updates file data visualizer details (#107609)

This commit is contained in:
Lisa Cawley 2021-08-09 18:42:55 -07:00 committed by GitHub
parent 5d9b9a15d8
commit 4f535c6621
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 8 deletions

View file

@ -46,18 +46,30 @@ image::images/add-data-fleet.png[Add data using Fleet]
[[upload-data-kibana]]
=== Upload a file
experimental[] If your data is in a CSV, JSON, or log file, you can upload it using the {file-data-viz}. You can upload a file up to 100 MB. This value is configurable up to 1 GB in
<<kibana-ml-settings, Advanced Settings>>. To upload a file with geospatial data,
refer to <<import-geospatial-data, Import geospatial data>>.
If you have a log file or delimited CSV, TSV, or JSON file, you can upload it,
view its fields and metrics, and optionally import it into {es}.
NOTE: This feature is not intended for use as part of a repeated production
process, but rather for the initial exploration of your data.
You can upload a file up to 100 MB. This value is configurable up to 1 GB in
<<fileupload-maxfilesize,Advanced Settings>>. To upload a file with geospatial
data, refer to <<import-geospatial-data,Import geospatial data>>.
[role="screenshot"]
image::images/add-data-fv.png[File Data Visualizer]
image::images/add-data-fv.png[Uploading a file in {kib}]
The {stack-security-features} provide roles and privileges that control which
users can upload files. To upload a file in {kib} and import it into an {es}
index, you'll need:
* `all` {kib} privileges for *Discover*
* `manage_pipeline` or `manage_ingest_pipelines` cluster privilege
* `create`, `create_index`, `manage`, and `read` index privileges for the index
NOTE: This feature is not intended for use as part of a
repeated production process, but rather for the initial exploration of your data.
You can manage your roles, privileges, and spaces in **{stack-manage-app}** in
{kib}. For more information, refer to
<<xpack-kibana-role-management,{kib} role management>>.
[discrete]
=== Additional options for loading your data

View file

@ -17,7 +17,7 @@ if your data is stored in {es} and contains a time field, you can use the
[role="screenshot"]
image::user/ml/images/ml-data-visualizer-sample.jpg[{data-viz} for sample flight data]
experimental[] You can also upload a CSV, NDJSON, or log file. The *{data-viz}*
You can also upload a CSV, NDJSON, or log file. The *{data-viz}*
identifies the file format and field mappings. You can then optionally import
that data into an {es} index. To change the default file size limit, see
<<kibana-general-settings, fileUpload:maxFileSize advanced settings>>.