From 8655730a69ad0dbbc43c72472f6a52a6bf83e16c Mon Sep 17 00:00:00 2001 From: Brandon Kobel Date: Thu, 7 Jul 2022 13:55:09 -0700 Subject: [PATCH] Marking the node.roles kibana.yml setting as technical preview (#135932) --- docs/setup/settings.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup/settings.asciidoc b/docs/setup/settings.asciidoc index 92c20e461ee9a..47bc5642604bd 100644 --- a/docs/setup/settings.asciidoc +++ b/docs/setup/settings.asciidoc @@ -312,7 +312,7 @@ system for the {kib} UI notification center. Set to `false` to disable the newsfeed system. *Default: `true`* `node.roles`:: -Indicates which roles to configure the {kib} process with, which will effectively +experimental[] Indicates which roles to configure the {kib} process with, which will effectively run {kib} in different modes. Valid options are `background_tasks` and `ui`, or `*` to select all roles. *Default: `*`*