From 0ccc7f851abc932e36cfdc8715ae9fe0923da935 Mon Sep 17 00:00:00 2001 From: vcerenu Date: Wed, 27 Aug 2025 12:56:21 -0300 Subject: [PATCH 1/3] Add opensearch_dashboard.yml parameters --- .../wazuh-dashboard/templates/opensearch_dashboards.yml.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/wazuh/wazuh-dashboard/templates/opensearch_dashboards.yml.j2 b/roles/wazuh/wazuh-dashboard/templates/opensearch_dashboards.yml.j2 index 100d9f2b..16b5bacb 100644 --- a/roles/wazuh/wazuh-dashboard/templates/opensearch_dashboards.yml.j2 +++ b/roles/wazuh/wazuh-dashboard/templates/opensearch_dashboards.yml.j2 @@ -13,3 +13,7 @@ server.ssl.key: "/etc/wazuh-dashboard/certs/{{ dashboard_node_name }}-key.pem" server.ssl.certificate: "/etc/wazuh-dashboard/certs/{{ dashboard_node_name }}.pem" opensearch.ssl.certificateAuthorities: ["/etc/wazuh-dashboard/certs/root-ca.pem"] uiSettings.overrides.defaultRoute: /app/wz-home +# Session expiration settings +opensearch_security.cookie.ttl: 900000 +opensearch_security.session.ttl: 900000 +opensearch_security.session.keepalive: true From d6d588c5e356a3123fee7c55a4075b911b087f2c Mon Sep 17 00:00:00 2001 From: vcerenu Date: Fri, 29 Aug 2025 07:18:18 -0300 Subject: [PATCH 2/3] Add changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e01eef4..da526230 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,8 @@ All notable changes to this project will be documented in this file. ### Added -- Add missing malicious-ioc ruleset lists ([#1685](https://github.com/wazuh/wazuh-ansible/pull/1685)) +- Add opensearch_dashboard.yml parameters. ([#1768](https://github.com/wazuh/wazuh-ansible/pull/1768)) +- Add missing malicious-ioc ruleset lists. ([#1685](https://github.com/wazuh/wazuh-ansible/pull/1685)) - Integrate bumper script via GitHub action. ([#1676](https://github.com/wazuh/wazuh-ansible/pull/1676)) - Added repository_bumper.sh script. ([#1621](https://github.com/wazuh/wazuh-ansible/pull/1621)) From 309c2598ad4ba64f6d91a906ae88f9095b9107ce Mon Sep 17 00:00:00 2001 From: vcerenu Date: Fri, 29 Aug 2025 09:07:36 -0300 Subject: [PATCH 3/3] Add changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da526230..f599cd4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file. ### Added - Add opensearch_dashboard.yml parameters. ([#1768](https://github.com/wazuh/wazuh-ansible/pull/1768)) -- Add missing malicious-ioc ruleset lists. ([#1685](https://github.com/wazuh/wazuh-ansible/pull/1685)) +- Add missing malicious-ioc ruleset lists ([#1685](https://github.com/wazuh/wazuh-ansible/pull/1685)) - Integrate bumper script via GitHub action. ([#1676](https://github.com/wazuh/wazuh-ansible/pull/1676)) - Added repository_bumper.sh script. ([#1621](https://github.com/wazuh/wazuh-ansible/pull/1621))