From 5054f26b990313adaa432e6d5acbdcedec5374e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Acu=C3=B1a?= Date: Mon, 15 Sep 2025 12:21:12 -0300 Subject: [PATCH 1/2] Dashboard settings added --- multi-node/config/wazuh_dashboard/opensearch_dashboards.yml | 4 +++- single-node/config/wazuh_dashboard/opensearch_dashboards.yml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/multi-node/config/wazuh_dashboard/opensearch_dashboards.yml b/multi-node/config/wazuh_dashboard/opensearch_dashboards.yml index 207b8b66..840f8d3f 100644 --- a/multi-node/config/wazuh_dashboard/opensearch_dashboards.yml +++ b/multi-node/config/wazuh_dashboard/opensearch_dashboards.yml @@ -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 \ No newline at end of file +opensearch_security.session.keepalive: true +assistant.chat.enabled: true +data_source.enabled: true diff --git a/single-node/config/wazuh_dashboard/opensearch_dashboards.yml b/single-node/config/wazuh_dashboard/opensearch_dashboards.yml index 9e8fb46b..c992e6f3 100644 --- a/single-node/config/wazuh_dashboard/opensearch_dashboards.yml +++ b/single-node/config/wazuh_dashboard/opensearch_dashboards.yml @@ -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 \ No newline at end of file +opensearch_security.session.keepalive: true +assistant.chat.enabled: true +data_source.enabled: true From ac126173e39e8de41bc72ce422509356f5f688a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Acu=C3=B1a?= Date: Mon, 15 Sep 2025 12:25:42 -0300 Subject: [PATCH 2/2] Changelog update --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 173440e5..b9dde71a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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))