Skip to content

Commit

Permalink
Updates file upload formats in Kibana guide (elastic#195880)
Browse files Browse the repository at this point in the history
### Overview

This PR updates the **Upload a file** section in the **Add data** page
to reflect the changes to the supported file formats in the Data
Visualizer.

### Related issue: 


elastic/search-docs-team#189 (comment)

### Preview
  • Loading branch information
kosabogi authored Oct 14, 2024
1 parent 08715c6 commit 94ee8d5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions docs/setup/connect-to-elasticsearch.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,25 @@ image::images/add-sample-data.png[eCommerce, flights, and web logs sample data s
[[upload-data-kibana]]
=== Upload a data file

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}.
You can upload files, view their fields and metrics, and optionally import them to {es} with the Data Visualizer.
In the *Integrations* view, search for *Upload a file*, and then drop your file on the target.

By default, you can upload a file up to 100 MB. This value is configurable up to 1 GB in
<<fileupload-maxfilesize,Advanced Settings>>.
You can upload different file formats for analysis with the Data Visualizer:

File formats supported up to 500 MB:

* CSV
* TSV
* NDJSON
* Log files

File formats supported up to 60 MB:

* PDF
* Microsoft Office files (Word, Excel, PowerPoint)
* Plain Text (TXT)
* Rich Text (RTF)
* Open Document Format (ODF)

NOTE: The upload feature is not intended for use as part of a repeated production
process, but rather for the initial exploration of your data.
Expand Down
Binary file modified docs/setup/images/add-data-fv.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 94ee8d5

Please sign in to comment.