From 2f58f214a9cb4d5ae54991438ab73ee944cb8f99 Mon Sep 17 00:00:00 2001 From: Larry Gregory Date: Wed, 30 Oct 2024 14:56:13 -0400 Subject: [PATCH] [7.17] Fix documentation for session lifespan default (#198065) (#198077) # Backport This will backport the following commits from `main` to `7.17`: - [Fix documentation for session lifespan default (#198065)](https://github.com/elastic/kibana/pull/198065) ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) \n\n### Questions ?\nPlease refer to the [Backport tool\ndocumentation](https://github.com/sqren/backport)\n\n\n\nCo-authored-by: Larry Gregory "}},{"branch":"8.x","label":"v8.17.0","labelRegex":"^v8.17.0$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/198070","number":198070,"state":"MERGED","mergeCommit":{"sha":"25795fe2ab5df586fd781642ee9dbfc59c198e9e","message":"[8.x] Fix documentation for session lifespan default (#198065) (#198070)\n\n# Backport\n\nThis will backport the following commits from `main` to `8.x`:\n- [Fix documentation for session lifespan default\n(#198065)](https://github.com/elastic/kibana/pull/198065)\n\n\n\n### Questions ?\nPlease refer to the [Backport tool\ndocumentation](https://github.com/sqren/backport)\n\n\n\nCo-authored-by: Larry Gregory "}},{"branch":"8.15","label":"v8.15.4","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/198068","number":198068,"state":"MERGED","mergeCommit":{"sha":"76dfd876288f32f3b984de6c8c9d44f95737fa18","message":"[8.15] Fix documentation for session lifespan default (#198065) (#198068)\n\n# Backport\n\nThis will backport the following commits from `main` to `8.15`:\n- [Fix documentation for session lifespan default\n(#198065)](https://github.com/elastic/kibana/pull/198065)\n\n\n\n### Questions ?\nPlease refer to the [Backport tool\ndocumentation](https://github.com/sqren/backport)\n\n\n\nCo-authored-by: Larry Gregory "}}]}] BACKPORT--> --- docs/settings/security-settings.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/settings/security-settings.asciidoc b/docs/settings/security-settings.asciidoc index 36aa340e3768e..f0f01ee6caf3f 100644 --- a/docs/settings/security-settings.asciidoc +++ b/docs/settings/security-settings.asciidoc @@ -289,7 +289,7 @@ Use a string of `[ms\|s\|m\|h\|d\|w\|M\|Y]` (e.g. '20m', '24h', '7d', '1w |[[xpack-session-lifespan]] `xpack.security.session.lifespan` {ess-icon} | Ensures that user sessions will expire after the defined time period. This behavior is also known as an "absolute timeout". If this is _not_ set or set to `0`, user sessions could stay active indefinitely. This and <> are both highly -recommended. You can also specify this setting for <>. By default, this setting is not set. +recommended. You can also specify this setting for <>. By default, this setting is not set for on-prem, and is set to 24 hours on Elastic Cloud. 2+a| [TIP]