|
4 | 4 |
|
5 | 5 | [partintro] |
6 | 6 | -- |
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 |
8 | 8 | inspect dashboards or maintain rules for spotting infrastructure problems, |
9 | 9 | cyber attacks, or business issues becomes impractical. Elastic {ml-features} |
10 | 10 | such as {anomaly-detect} and {oldetection} make it easier to notice suspicious |
11 | 11 | activities with minimal human interference. |
12 | 12 |
|
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}: |
17 | 16 |
|
18 | 17 | [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] |
20 | 19 |
|
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>>. |
24 | 24 |
|
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: |
26 | 26 |
|
27 | 27 | * cluster privileges: `monitor`, `manage_ingest_pipelines` |
28 | 28 | * index privileges: `read`, `manage`, `index` |
29 | 29 |
|
30 | 30 | 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}]. |
32 | 32 |
|
33 | 33 | -- |
34 | 34 |
|
|
0 commit comments