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

Dashboard settings added
This commit is contained in:
Gonzalo Acuña 2025-09-15 16:27:03 -03:00 committed by GitHub
commit 444d542a78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 4 deletions

View File

@ -9,8 +9,9 @@ All notable changes to this project will be documented in this file.
### Changed ### Changed
- Bucket migrate from packages-dev.wazuh.com to xdrsiem-packages-dev ([#1715](https://github.com/wazuh/wazuh-ansible/pull/1715))- None - Dashboard settings added ([#1783](https://github.com/wazuh/wazuh-ansible/pull/1783))
- Bucket migration for packages-dev.wazuh.com ([#1710](https://github.com/wazuh/wazuh-ansible/pull/1710))- None - Bucket migrate from packages-dev.wazuh.com to xdrsiem-packages-dev ([#1715](https://github.com/wazuh/wazuh-ansible/pull/1715))
- Bucket migration for packages-dev.wazuh.com ([#1710](https://github.com/wazuh/wazuh-ansible/pull/1710))
### Fixed ### Fixed
@ -31,8 +32,8 @@ All notable changes to this project will be documented in this file.
### Changed ### Changed
- Bucket migrate from packages-dev.wazuh.com to xdrsiem-packages-dev ([#1716](https://github.com/wazuh/wazuh-ansible/pull/1716))- None - Bucket migrate from packages-dev.wazuh.com to xdrsiem-packages-dev ([#1716](https://github.com/wazuh/wazuh-ansible/pull/1716))
- Bucket migration for packages-dev.wazuh.com ([#1712](https://github.com/wazuh/wazuh-ansible/pull/1712))- None - Bucket migration for packages-dev.wazuh.com ([#1712](https://github.com/wazuh/wazuh-ansible/pull/1712))
### Fixed ### Fixed

View File

@ -17,3 +17,5 @@ uiSettings.overrides.defaultRoute: /app/wz-home
opensearch_security.cookie.ttl: 900000 opensearch_security.cookie.ttl: 900000
opensearch_security.session.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