|
@@ -243,7 +243,8 @@ node.data: true <3>
|
|
|
node.ingest: false <4>
|
|
|
node.ml: false <5>
|
|
|
node.transform: false <6>
|
|
|
-node.remote_cluster_client: false <7>
|
|
|
+xpack.transform.enabled: true <7>
|
|
|
+node.remote_cluster_client: false <8>
|
|
|
-------------------
|
|
|
<1> Disable the `node.master` role (enabled by default).
|
|
|
<2> The `node.voting_only` role is disabled by default.
|
|
@@ -251,7 +252,8 @@ node.remote_cluster_client: false <7>
|
|
|
<4> Disable the `node.ingest` role (enabled by default).
|
|
|
<5> Disable the `node.ml` role (enabled by default).
|
|
|
<6> Disable the `node.transform` role.
|
|
|
-<7> Disable remote cluster connections (enabled by default).
|
|
|
+<7> The `xpack.transform.enabled` setting is enabled by default.
|
|
|
+<8> Disable remote cluster connections (enabled by default).
|
|
|
|
|
|
To create a dedicated data node in the {oss-dist}, set:
|
|
|
[source,yaml]
|
|
@@ -339,16 +341,20 @@ node.voting_only: false <2>
|
|
|
node.data: false <3>
|
|
|
node.ingest: false <4>
|
|
|
node.ml: false <5>
|
|
|
-node.transform: false <6>
|
|
|
-node.remote_cluster_client: false <7>
|
|
|
+xpack.ml.enabled: true <6>
|
|
|
+node.transform: false <7>
|
|
|
+xpack.transform.enabled: true <8>
|
|
|
+node.remote_cluster_client: false <9>
|
|
|
-------------------
|
|
|
<1> Disable the `node.master` role (enabled by default).
|
|
|
<2> The `node.voting_only` role is disabled by default.
|
|
|
<3> Disable the `node.data` role (enabled by default).
|
|
|
<4> Disable the `node.ingest` role (enabled by default).
|
|
|
<5> Disable the `node.ml` role (enabled by default).
|
|
|
-<6> Disable the `node.transform` role.
|
|
|
-<7> Disable remote cluster connections (enabled by default).
|
|
|
+<6> The `xpack.ml.enabled` setting is enabled by default.
|
|
|
+<7> Disable the `node.transform` role.
|
|
|
+<8> The `xpack.transform.enabled` setting is enabled by default.
|
|
|
+<9> Disable remote cluster connections (enabled by default).
|
|
|
|
|
|
To create a dedicated coordinating node in the {oss-dist}, set:
|
|
|
|
|
@@ -373,8 +379,9 @@ requests. If `xpack.ml.enabled` is set to `true` and `node.ml` is set to `false`
|
|
|
the node can service API requests but it cannot run jobs.
|
|
|
|
|
|
If you want to use {ml-features} in your cluster, you must enable {ml}
|
|
|
-(set `xpack.ml.enabled` to `true`) on all master-eligible nodes. If you have the
|
|
|
-{oss-dist}, do not use these settings.
|
|
|
+(set `xpack.ml.enabled` to `true`) on all master-eligible nodes. If you want to
|
|
|
+use {ml-features} in clients (including {kib}), it must also be enabled on all
|
|
|
+coordinating nodes. If you have the {oss-dist}, do not use these settings.
|
|
|
|
|
|
For more information about these settings, see <<ml-settings>>.
|
|
|
|
|
@@ -410,9 +417,11 @@ node.remote_cluster_client: false <9>
|
|
|
|
|
|
If you want to use {transforms} in your cluster, you must have
|
|
|
`xpack.transform.enabled` set to `true` on all master-eligible nodes and all
|
|
|
-data nodes. You must also have `node.transform` set to `true` on at least one
|
|
|
-node. This is the default behavior. If you have the {oss-dist}, do not use these
|
|
|
-settings. For more information, see <<transform-settings>>.
|
|
|
+data nodes. If you want to use {transforms} in clients (including {kib}), it
|
|
|
+must also be enabled on all coordinating nodes. You must also have
|
|
|
+`node.transform` set to `true` on at least one node. This is the default
|
|
|
+behavior. If you have the {oss-dist}, do not use these settings. For more
|
|
|
+information, see <<transform-settings>>.
|
|
|
|
|
|
To create a dedicated {transform} node in the {default-dist}, set:
|
|
|
|