Skip to content

Commit 1a6338a

Browse files
authored
[DOCS] Add file size setting for Data Visualizer (#64006)
1 parent b7f2a01 commit 1a6338a

File tree

3 files changed

+19
-12
lines changed

3 files changed

+19
-12
lines changed

docs/settings/ml-settings.asciidoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
You do not need to configure any settings to use {kib} {ml-features}. They are
99
enabled by default.
1010

11-
[float]
1211
[[general-ml-settings-kb]]
1312
==== General {ml} settings
1413

@@ -19,3 +18,11 @@ If set to `false` in `kibana.yml`, the {ml} icon is hidden in this {kib}
1918
instance. If `xpack.ml.enabled` is set to `true` in `elasticsearch.yml`, however,
2019
you can still use the {ml} APIs. To disable {ml} entirely, see the
2120
{ref}/ml-settings.html[{es} {ml} settings].
21+
22+
[[data-visualizer-settings]]
23+
==== {data-viz} settings
24+
25+
`xpack.ml.file_data_visualizer.max_file_size`::
26+
Sets the file size limit when importing data in the {data-viz}. The default
27+
value is `100MB`. The highest supported value for this setting is `1GB`.
28+
-219 KB
Loading

docs/user/ml/index.asciidoc

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,31 @@
44

55
[partintro]
66
--
7-
As datasets increase in size and complexity, the human effort required to
7+
As data sets increase in size and complexity, the human effort required to
88
inspect dashboards or maintain rules for spotting infrastructure problems,
99
cyber attacks, or business issues becomes impractical. Elastic {ml-features}
1010
such as {anomaly-detect} and {oldetection} make it easier to notice suspicious
1111
activities with minimal human interference.
1212

13-
If you have a basic license, you can use the *Data Visualizer* to learn more
14-
about your data. In particular, if your data is stored in {es} and contains a
15-
time field, you can use the *Data Visualizer* to identify possible fields for
16-
{anomaly-detect}:
13+
{kib} includes a free *{data-viz}* to learn more about your data. In particular,
14+
if your data is stored in {es} and contains a time field, you can use the
15+
*{data-viz}* to identify possible fields for {anomaly-detect}:
1716

1817
[role="screenshot"]
19-
image::user/ml/images/ml-data-visualizer-sample.jpg[Data Visualizer for sample flight data]
18+
image::user/ml/images/ml-data-visualizer-sample.jpg[{data-viz} for sample flight data]
2019

21-
experimental[] You can also upload a CSV, NDJSON, or log file (up to 100 MB in
22-
size). The *Data Visualizer* identifies the file format and field mappings. You
23-
can then optionally import that data into an {es} index.
20+
experimental[] You can also upload a CSV, NDJSON, or log file. The *{data-viz}*
21+
identifies the file format and field mappings. You can then optionally import
22+
that data into an {es} index. To change the default file size limit, see
23+
<<data-visualizer-settings>>.
2424

25-
You need the following permissions to use the Data Visualizer with file upload:
25+
You need the following permissions to use the {data-viz} with file upload:
2626

2727
* cluster privileges: `monitor`, `manage_ingest_pipelines`
2828
* index privileges: `read`, `manage`, `index`
2929

3030
For more information, see {ref}/security-privileges.html[Security privileges]
31-
and {ref}/built-in-roles.html[Built-in roles].
31+
and {ml-docs}/setup.html[Set up {ml-features}].
3232

3333
--
3434

0 commit comments

Comments
 (0)