[DOCS] Make clearer that xpack.xyz.enabled settings are node settings (elastic/x-pack-elasticsearch#2731)

The discussion in elastic/x-pack-elasticsearch#2697 shows that this was not clear before.

relates elastic/x-pack-elasticsearch#2697

Original commit: elastic/x-pack-elasticsearch@87553faa2c
This commit is contained in:
David Roberts 2017-10-13 09:22:21 +01:00 committed by GitHub
parent 9028c0a642
commit 10cc0088e4
4 changed files with 6 additions and 6 deletions

View File

@ -12,10 +12,10 @@ You do not need to configure any settings to use {ml}. It is enabled by default.
==== General Machine Learning Settings
`xpack.ml.enabled`::
Set to `true` (default) to enable {ml}. +
Set to `true` (default) to enable {ml} on the node. +
+
If set to `false` in `elasticsearch.yml`, the {ml} APIs are disabled.
You also cannot open jobs, start {dfeeds}, or receive transport (internal)
If set to `false` in `elasticsearch.yml`, the {ml} APIs are disabled on the node.
Therefore the node cannot open jobs, start {dfeeds}, or receive transport (internal)
communication requests related to {ml} APIs. It also affects all {kib} instances
that connect to this {es} instance; you do not need to disable {ml} in those
`kibana.yml` files. For more information about disabling {ml} in specific {kib}

View File

@ -21,7 +21,7 @@ For more information, see
[[general-monitoring-settings]]
==== General Monitoring Settings
`xpack.monitoring.enabled`::
Set to `false` to disable {es} {monitoring} for Elasticsearch.
Set to `false` to disable {es} {monitoring} for Elasticsearch on the node.
[float]
[[monitoring-collection-settings]]

View File

@ -14,7 +14,7 @@ Slack>>, and <<pagerduty-notification-settings, PagerDuty>>.
[[general-notification-settings]]
==== General Watcher Settings
`xpack.watcher.enabled`::
Set to `false` to disable {watcher}.
Set to `false` to disable {watcher} on the node.
`xpack.http.proxy.host`::
Specifies the address of the proxy server to use to connect to HTTP services.

View File

@ -16,7 +16,7 @@ and <<ssl-tls-settings, encrypt communications with SSL>>.
[[general-security-settings]]
==== General Security Settings
`xpack.security.enabled`::
Set to `true` (default) to enable {security}. +
Set to `true` (default) to enable {security} on the node. +
+
If set to `false` in `elasticsearch.yml`, {security} is disabled. It also
affects all {kib} instances that connect to this {es} instance; you do not