Merge pull request #1998 from wazuh/change/idr-3056-dashboard-settings

Dashboard settings added
This commit is contained in:
Gonzalo Acuña
2025-09-15 12:55:53 -03:00
committed by GitHub
3 changed files with 7 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ All notable changes to this project will be documented in this file.
### Changed
- Dashboard settings added ([#1998](https://github.com/wazuh/wazuh-docker/pull/1998))
- Add filebeat config file in the PERMANENT_DATA_EXCP list ([#1898](https://github.com/wazuh/wazuh-docker/pull/1898))
- Change validation of existing certs tool in S3 buckets ([#1880](https://github.com/wazuh/wazuh-docker/pull/1880))

View File

@@ -13,4 +13,6 @@ uiSettings.overrides.defaultRoute: /app/wz-home
# Session expiration settings
opensearch_security.cookie.ttl: 900000
opensearch_security.session.ttl: 900000
opensearch_security.session.keepalive: true
opensearch_security.session.keepalive: true
assistant.chat.enabled: true
data_source.enabled: true

View File

@@ -13,4 +13,6 @@ uiSettings.overrides.defaultRoute: /app/wz-home
# Session expiration settings
opensearch_security.cookie.ttl: 900000
opensearch_security.session.ttl: 900000
opensearch_security.session.keepalive: true
opensearch_security.session.keepalive: true
assistant.chat.enabled: true
data_source.enabled: true