kibana/docs/settings/ml-settings.asciidoc

29 lines
893 B
Plaintext

[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
`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
`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`.