kibana/docs/settings/ml-settings.asciidoc
Kaarina Tungseth 3ba268d8a5
[DOCS] Reformats settings tables (#64844)
* Formats settings into tables

* Formatting

* Formatting
2020-05-04 10:22:40 -05:00

35 lines
960 B
Text

[role="xpack"]
[[ml-settings-kb]]
=== Machine learning settings in Kibana
++++
<titleabbrev>Machine learning settings</titleabbrev>
++++
You do not need to configure any settings to use {kib} {ml-features}. They are
enabled by default.
[[general-ml-settings-kb]]
==== General {ml} settings
[cols="2*<"]
|===
| `xpack.ml.enabled`
| Set to `true` (default) to enable {kib} {ml-features}. +
+
If set to `false` in `kibana.yml`, the {ml} icon is hidden in this {kib}
instance. If `xpack.ml.enabled` is set to `true` in `elasticsearch.yml`, however,
you can still use the {ml} APIs. To disable {ml} entirely, see the
{ref}/ml-settings.html[{es} {ml} settings].
|===
[[data-visualizer-settings]]
==== {data-viz} settings
[cols="2*<"]
|===
| `xpack.ml.file_data_visualizer.max_file_size`
| Sets the file size limit when importing data in the {data-viz}. The default
value is `100MB`. The highest supported value for this setting is `1GB`.
|===