From a7599031ae7731aaa10c3cc5cf3f8f28ae4c420e Mon Sep 17 00:00:00 2001 From: Lisa Cawley Date: Tue, 7 Apr 2020 08:35:08 -0700 Subject: [PATCH] [DOCS] Adds tranform node to list of default types (#54850) --- docs/reference/modules/node.asciidoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/reference/modules/node.asciidoc b/docs/reference/modules/node.asciidoc index 6d76f3ac56d..b5c3e382b7a 100644 --- a/docs/reference/modules/node.asciidoc +++ b/docs/reference/modules/node.asciidoc @@ -14,11 +14,11 @@ All nodes know about all the other nodes in the cluster and can forward client requests to the appropriate node. By default, a node is all of the following types: master-eligible, data, ingest, -and machine learning (if available). +and (if available) machine learning and transform. -TIP: As the cluster grows and in particular if you have large {ml} jobs, -consider separating dedicated master-eligible nodes from dedicated data nodes -and dedicated {ml} nodes. +TIP: As the cluster grows and in particular if you have large {ml} jobs or +{ctransforms}, consider separating dedicated master-eligible nodes from +dedicated data nodes, {ml} nodes, and {transform} nodes. <>::