mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[DOCS] Clarifies xpack.security.enabled setting (#41904)
This commit is contained in:
parent
a916fe53a2
commit
00dbcbbfe1
1 changed files with 10 additions and 9 deletions
|
@ -12,17 +12,18 @@ It is enabled by default.
|
|||
[[general-security-settings]]
|
||||
==== General Security Settings
|
||||
`xpack.security.enabled`::
|
||||
Set to `true` (default) to enable {security}. +
|
||||
+
|
||||
Do not set this to `false`. To disable {security} 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>>.
|
||||
|
||||
`xpack.security.authorization.legacyFallback`::
|
||||
Set to `true` (default) to enable the legacy fallback. See <<xpack-security-authorization>>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue