diff --git a/docs/reference/settings/security-settings.asciidoc b/docs/reference/settings/security-settings.asciidoc index a0e880c485fdb..bcb4f03fd8973 100644 --- a/docs/reference/settings/security-settings.asciidoc +++ b/docs/reference/settings/security-settings.asciidoc @@ -5,10 +5,6 @@ Security settings ++++ -By default, the {es} {security-features} are disabled when you have a basic or -trial license. To enable {security-features}, use the `xpack.security.enabled` -setting. - You configure `xpack.security` settings to <> and perform message authentication, @@ -27,19 +23,14 @@ For more information about creating and updating the {es} keystore, see ==== General security settings `xpack.security.enabled`:: (<>) -Set to `true` to enable {es} {security-features} on the node. + +Defaults to `true`, which enables {es} {security-features} on the node. + + -- -If set to `false`, which is the default value for basic and trial licenses, -{security-features} are disabled. It also affects all {kib} instances that -connect to this {es} instance; you do not need to disable {security-features} in -those `kibana.yml` files. For more information about disabling {security-features} -in specific {kib} instances, see +If set to `false`, {security-features} are disabled, which is not recommended. +It also affects all {kib} instances that connect to this {es} instance; you do +not need to disable {security-features} in those `kibana.yml` files. For more +information about disabling {security-features} in specific {kib} instances, see {kibana-ref}/security-settings-kb.html[{kib} security settings]. - -TIP: If you have gold or higher licenses, the default value is `true`; we -recommend that you explicitly add this setting to avoid confusion. - -- `xpack.security.hide_settings`::