Skip to content

Commit 41d2d64

Browse files
Add security TLS settings to dashboards documentation (#10286) (#10305)
1 parent abe151a commit 41d2d64

File tree

1 file changed

+2
-0
lines changed
  • _install-and-configure/install-dashboards

1 file changed

+2
-0
lines changed

_install-and-configure/install-dashboards/tls.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ Setting | Description
3636
`opensearch.ssl.keystore.path` | Uses a JKS or PKCS12/PFX key store file instead of a PEM certificate and key.
3737
`opensearch.ssl.keystore.password` | Sets the password for the key store. Required.
3838
`opensearch_security.cookie.secure` | If TLS is enabled for OpenSearch Dashboards, change this setting to `true`. For HTTP, set it to `false`.
39+
`opensearch_security.session.keepalive`| Determines whether the session TTL resets (is "kept alive") on each user activity. Optional. Default is `true`.
40+
`opensearch_security.session.ttl`| Defines the time-to-live (TTL) for user sessions, in milliseconds. Optional. Default is `3600000` (1 hour).
3941

4042
The following `opensearch_dashboards.yml` configuration shows OpenSearch and OpenSearch Dashboards running on the same machine with the demo configuration:
4143

0 commit comments

Comments
 (0)