Skip to content

Commit

Permalink
[8.x] [DOCS] Fix list format (#195349) (#195457)
Browse files Browse the repository at this point in the history
# Backport

This will backport the following commits from `main` to `8.x`:
- [[DOCS] Fix list format
(#195349)](#195349)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Liam
Thompson","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-08T15:38:48Z","message":"[DOCS]
Fix list format
(#195349)","sha":"8af920bc8bc57c059da0fc97eab12d61daef9313","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","v8.16.0","backport:version"],"title":"[DOCS]
Fix list
format","number":195349,"url":"https://github.com/elastic/kibana/pull/195349","mergeCommit":{"message":"[DOCS]
Fix list format
(#195349)","sha":"8af920bc8bc57c059da0fc97eab12d61daef9313"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/195349","number":195349,"mergeCommit":{"message":"[DOCS]
Fix list format
(#195349)","sha":"8af920bc8bc57c059da0fc97eab12d61daef9313"}},{"branch":"8.x","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Liam Thompson <[email protected]>
  • Loading branch information
kibanamachine and leemthompo authored Oct 8, 2024
1 parent f9c640d commit d527b6f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/user/ml/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,14 @@ image::user/ml/images/ml-data-visualizer-sample.png[{data-viz} for sample flight
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)
Expand Down Expand Up @@ -258,4 +260,4 @@ menu. If the split field is selected, you can either select specific charts
(partitions) or set the maximum number of top change points to plot. It's
possible to preserve the applied time range or use the time bound from the page
date picker. You can also add or edit change point charts directly from the
**Dashboard** app.
**Dashboard** app.

0 comments on commit d527b6f

Please sign in to comment.