mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[DOCS] Clarifies xpack.security.enabled setting (#41904)
This commit is contained in:
parent
26b0e27c4d
commit
e83b6b4889
1 changed files with 10 additions and 9 deletions
|
@ -13,17 +13,18 @@ You do not need to configure any additional settings to use the
|
|||
==== General security settings
|
||||
|
||||
`xpack.security.enabled`::
|
||||
Set to `true` (default) to enable {security-features}. +
|
||||
+
|
||||
Do not set this to `false`. To disable {security-features} entirely, see
|
||||
{ref}/security-settings.html[{es} security settings]. +
|
||||
+
|
||||
If set to `false` in `kibana.yml`, the login form, user and role management screens, and
|
||||
authorization using <<kibana-privileges>> are disabled. +
|
||||
By default, {kib} automatically detects whether to enable the
|
||||
{security-features} based on the license and whether {es} {security-features}
|
||||
are enabled.
|
||||
+
|
||||
Do not set this to `false`; it disables the login form, user and role management
|
||||
screens, and authorization using <<kibana-privileges>>. To disable
|
||||
{security-features} entirely, see
|
||||
{ref}/security-settings.html[{es} security settings].
|
||||
|
||||
`xpack.security.audit.enabled`::
|
||||
Set to `true` to enable audit logging for security events. This is set to `false` by default.
|
||||
For more details see <<xpack-security-audit-logging>>.
|
||||
Set to `true` to enable audit logging for security events. By default, it is set
|
||||
to `false`. For more details see <<xpack-security-audit-logging>>.
|
||||
|
||||
[float]
|
||||
[[security-ui-settings]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue