소스 검색

[DOCS] Expand context about `xpack.security.enabled` setting (#109575)

Liam Thompson 1 년 전
부모
커밋
d6fb5cfbe6
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      docs/reference/settings/security-settings.asciidoc

+ 3 - 1
docs/reference/settings/security-settings.asciidoc

@@ -23,7 +23,9 @@ For more information about creating and updating the {es} keystore, see
 ==== General security settings
 `xpack.security.enabled`::
 (<<static-cluster-setting,Static>>)
-Defaults to `true`, which enables {es} {security-features} on the node. +
+Defaults to `true`, which enables {es} {security-features} on the node. 
+This setting must be enabled to use Elasticsearch's authentication, 
+authorization and audit features. +
 +
 --
 If set to `false`, {security-features} are disabled, which is not recommended.