mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
# Backport This will backport the following commits from `main` to `8.x`: - [Fix documentation for session lifespan default (#198065)](https://github.com/elastic/kibana/pull/198065) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Larry Gregory","email":"larry.gregory@elastic.co"},"sourceCommit":{"committedDate":"2024-10-28T18:01:56Z","message":"Fix documentation for session lifespan default (#198065)\n\nThis pull request includes an update to the\r\n`docs/settings/security-settings.asciidoc` file to clarify the default\r\nsession lifespan settings for different installation environments.\r\n\r\nDocumentation update:\r\n\r\n*\r\n[`docs/settings/security-settings.asciidoc`](diffhunk://#diff-97a4c4e3696b33b246f55ddd794608530b693f0a7a66ae1361a32b67c7461523L204-R204):\r\nClarified that the default session lifespan is 30 days for on-prem\r\ninstallations and 24 hours for Elastic Cloud installations.","sha":"7ab51231e38a6d074d08cd92606988c591c24017","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Security","release_note:skip","v9.0.0","docs","backport:all-open"],"title":"Fix documentation for session lifespan default","number":198065,"url":"https://github.com/elastic/kibana/pull/198065","mergeCommit":{"message":"Fix documentation for session lifespan default (#198065)\n\nThis pull request includes an update to the\r\n`docs/settings/security-settings.asciidoc` file to clarify the default\r\nsession lifespan settings for different installation environments.\r\n\r\nDocumentation update:\r\n\r\n*\r\n[`docs/settings/security-settings.asciidoc`](diffhunk://#diff-97a4c4e3696b33b246f55ddd794608530b693f0a7a66ae1361a32b67c7461523L204-R204):\r\nClarified that the default session lifespan is 30 days for on-prem\r\ninstallations and 24 hours for Elastic Cloud installations.","sha":"7ab51231e38a6d074d08cd92606988c591c24017"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/198065","number":198065,"mergeCommit":{"message":"Fix documentation for session lifespan default (#198065)\n\nThis pull request includes an update to the\r\n`docs/settings/security-settings.asciidoc` file to clarify the default\r\nsession lifespan settings for different installation environments.\r\n\r\nDocumentation update:\r\n\r\n*\r\n[`docs/settings/security-settings.asciidoc`](diffhunk://#diff-97a4c4e3696b33b246f55ddd794608530b693f0a7a66ae1361a32b67c7461523L204-R204):\r\nClarified that the default session lifespan is 30 days for on-prem\r\ninstallations and 24 hours for Elastic Cloud installations.","sha":"7ab51231e38a6d074d08cd92606988c591c24017"}}]}] BACKPORT--> Co-authored-by: Larry Gregory <larry.gregory@elastic.co>
This commit is contained in:
parent
799297ea7a
commit
25795fe2ab
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ NOTE: Use a string of `<count>[ms\|s\|m\|h\|d\|w\|M\|Y]` (e.g. '20m', '24h', '7d
|
|||
|
||||
[[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 set to `0`, user sessions could stay active indefinitely. This and <<xpack-session-idleTimeout, `xpack.security.session.idleTimeout`>> are both highly
|
||||
recommended. You can also specify this setting for <<xpack-security-provider-session-lifespan, every provider separately>>. By default, this value is 30 days.
|
||||
recommended. You can also specify this setting for <<xpack-security-provider-session-lifespan, every provider separately>>. By default, this value is 30 days for on-prem installations, and 24 hours for Elastic Cloud installations.
|
||||
+
|
||||
TIP: Use a string of `<count>[ms\|s\|m\|h\|d\|w\|M\|Y]` (e.g. '20m', '24h', '7d', '1w').
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue