From 79ed99cf32278af03dc84604327dad47a88a65f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Acu=C3=B1a?= Date: Wed, 17 Sep 2025 12:13:01 -0300 Subject: [PATCH 1/2] Rollback data source setting --- .../wazuh/wazuh-dashboard/templates/opensearch_dashboards.yml.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/wazuh/wazuh-dashboard/templates/opensearch_dashboards.yml.j2 b/roles/wazuh/wazuh-dashboard/templates/opensearch_dashboards.yml.j2 index aaf5e555..8e0cde12 100644 --- a/roles/wazuh/wazuh-dashboard/templates/opensearch_dashboards.yml.j2 +++ b/roles/wazuh/wazuh-dashboard/templates/opensearch_dashboards.yml.j2 @@ -18,4 +18,3 @@ opensearch_security.cookie.ttl: 900000 opensearch_security.session.ttl: 900000 opensearch_security.session.keepalive: true assistant.chat.enabled: true -data_source.enabled: true From d51ee336785b2dd76d73915bc2c681552d7479cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Acu=C3=B1a?= Date: Wed, 17 Sep 2025 12:14:34 -0300 Subject: [PATCH 2/2] Changelog update --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51a3f576..1c93a42b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ All notable changes to this project will be documented in this file. ### Changed +- Rollback data source setting ([#1784](https://github.com/wazuh/wazuh-ansible/pull/1784)) - Dashboard settings added ([#1783](https://github.com/wazuh/wazuh-ansible/pull/1783)) - 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))