Skip to content

Commit facffc8

Browse files
authored
Update kibana-session-management.md (#1972)
Config should be 30m instead of 3d
1 parent a7c566c commit facffc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy-manage/security/kibana-session-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To manage user sessions programmatically, {{kib}} exposes [session management AP
2424
You can use `xpack.security.session.idleTimeout` to expire sessions after a period of inactivity. This and `xpack.security.session.lifespan` are both highly recommended. By default, sessions expire after 3 days of inactivity. To define another value for a sliding session expiration, set the property in the [`kibana.yml`](/deploy-manage/stack-settings.md) configuration file. The idle timeout is formatted as a duration of `<count>[ms|s|m|h|d|w|M|Y]` (e.g. *20m*, *24h*, *7d*, *1w*). For example, set the idle timeout to expire sessions after 30 minutes of inactivity:
2525

2626
```yaml
27-
xpack.security.session.idleTimeout: "3d"
27+
xpack.security.session.idleTimeout: "30m"
2828
```
2929
3030

0 commit comments

Comments
 (0)