Updates file format details for Data Visualizer documentation (#193819)

## Overview

This update adds details to the Data Visualizer documentation,
specifying supported file formats and their size limits.
**Related issue:**
[#189](https://github.com/elastic/search-docs-team/issues/189)

### Preview

[Machine Learning]()

---------

Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com>
This commit is contained in:
kosabogi 2024-09-24 16:37:43 +02:00 committed by GitHub
parent 8953422855
commit 37af7304f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,10 +19,22 @@ 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.png[{data-viz} for sample flight data]
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>>.
You can upload different file formats for analysis with the *{data-viz}*.
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)
The *{data-viz}* identifies the file format and field mappings, and you can import the data into an {es} index. To change the default file size limit, see <<kibana-general-settings, `fileUpload:maxFileSize`>> in advanced settings.
If {stack-security-features} are enabled, users must have the necessary
privileges to use {ml-features}. Refer to