Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 19 additions & 7 deletions docs/setup/connect-to-elasticsearch.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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}.

[role="screenshot"]
image::images/add-data-fv.png[File Data Visualizer]
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[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:

NOTE: This feature is not intended for use as part of a
repeated production process, but rather for the initial exploration of your data.
* `all` {kib} privileges for *Discover*
* `manage_pipeline` or `manage_ingest_pipelines` cluster privilege
* `create`, `create_index`, `manage`, and `read` index privileges for the index

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
Expand Down
2 changes: 1 addition & 1 deletion docs/user/ml/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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>>.
Expand Down