diff --git a/CHANGELOG.md b/CHANGELOG.md index d7a4b219..23fff2ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ All notable changes to this project will be documented in this file. ### Changed +- Remove dashboard chat setting ([#1798](https://github.com/wazuh/wazuh-ansible/pull/1798)) - 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)) diff --git a/roles/wazuh/wazuh-dashboard/templates/opensearch_dashboards.yml.j2 b/roles/wazuh/wazuh-dashboard/templates/opensearch_dashboards.yml.j2 index 8e0cde12..16b5bacb 100644 --- a/roles/wazuh/wazuh-dashboard/templates/opensearch_dashboards.yml.j2 +++ b/roles/wazuh/wazuh-dashboard/templates/opensearch_dashboards.yml.j2 @@ -17,4 +17,3 @@ uiSettings.overrides.defaultRoute: /app/wz-home opensearch_security.cookie.ttl: 900000 opensearch_security.session.ttl: 900000 opensearch_security.session.keepalive: true -assistant.chat.enabled: true