Skip to content

Commit 217586e

Browse files
jrodewiglegrego
andauthored
[DOCS] Fix Kibana timeout settings refs (#68594)
Co-authored-by: Larry Gregory <[email protected]>
1 parent a3dbdae commit 217586e

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

x-pack/docs/en/security/authentication/oidc-guide.asciidoc

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -518,9 +518,13 @@ interface, you must configure {kib} to use a `https` URL to connect to {es}, and
518518
you may need to configure `elasticsearch.ssl.certificateAuthorities` to trust
519519
the certificates that {es} has been configured to use.
520520

521-
OpenID Connect authentication in {kib} is also subject to the
522-
`xpack.security.sessionTimeout` setting that is described in the {kib} security
523-
documentation, and you may wish to adjust this timeout to meet your local needs.
521+
OpenID Connect authentication in {kib} is subject to the following timeout settings in
522+
`kibana.yml`:
523+
524+
- {kibana-ref}/xpack-security-session-management.html#session-idle-timeout[`xpack.security.session.idleTimeout`]
525+
- {kibana-ref}/xpack-security-session-management.html#session-lifespan[`xpack.security.session.lifespan`]
526+
527+
You may want to adjust these timeouts based on your security requirements.
524528

525529
The three additional settings that are required for OpenID Connect support are shown below:
526530

x-pack/docs/en/security/authentication/saml-guide.asciidoc

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -752,9 +752,13 @@ interface, you must configure {kib} to use a `https` URL to connect to {es}, and
752752
you may need to configure `elasticsearch.ssl.certificateAuthorities` to trust
753753
the certificates that {es} has been configured to use.
754754

755-
SAML authentication in {kib} is also subject to the
756-
`xpack.security.sessionTimeout` setting that is described in the {kib} security
757-
documentation, and you may wish to adjust this timeout to meet your local needs.
755+
SAML authentication in {kib} is subject to the following timeout settings in
756+
`kibana.yml`:
757+
758+
- {kibana-ref}/xpack-security-session-management.html#session-idle-timeout[`xpack.security.session.idleTimeout`]
759+
- {kibana-ref}/xpack-security-session-management.html#session-lifespan[`xpack.security.session.lifespan`]
760+
761+
You may want to adjust these timeouts based on your security requirements.
758762

759763
The three additional settings that are required for SAML support are shown below:
760764

0 commit comments

Comments
 (0)