Skip to content

Commit 56acf3e

Browse files
jrodewiglegrego
andauthored
[DOCS] Fix Kibana timeout settings refs (#68594) (#68599)
Co-authored-by: Larry Gregory <[email protected]>
1 parent 714456d commit 56acf3e

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
@@ -516,9 +516,13 @@ interface, you must configure {kib} to use a `https` URL to connect to {es}, and
516516
you may need to configure `elasticsearch.ssl.certificateAuthorities` to trust
517517
the certificates that {es} has been configured to use.
518518

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

523527
The three additional settings that are required for OpenID Connect support are shown below:
524528

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

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

739-
SAML authentication in {kib} is also subject to the
740-
`xpack.security.sessionTimeout` setting that is described in the {kib} security
741-
documentation, and you may wish to adjust this timeout to meet your local needs.
739+
SAML authentication in {kib} is subject to the following timeout settings in
740+
`kibana.yml`:
741+
742+
- {kibana-ref}/xpack-security-session-management.html#session-idle-timeout[`xpack.security.session.idleTimeout`]
743+
- {kibana-ref}/xpack-security-session-management.html#session-lifespan[`xpack.security.session.lifespan`]
744+
745+
You may want to adjust these timeouts based on your security requirements.
742746

743747
The three additional settings that are required for SAML support are shown below:
744748

0 commit comments

Comments
 (0)