diff --git a/CHANGELOG.md b/CHANGELOG.md index 13642a5b7..6e3845092 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,24 @@ All notable changes to this project will be documented in this file. - Update to [Wazuh v4.10.0](https://github.com/wazuh/wazuh/blob/v4.10.0/CHANGELOG.md#v4100) +## [v4.9.1] + +### Added + +- Update to [Wazuh v4.9.1](https://github.com/wazuh/wazuh/blob/v4.9.1/CHANGELOG.md#v491) + ## [v4.9.0] ### Added - Update to [Wazuh v4.9.0](https://github.com/wazuh/wazuh/blob/v4.9.0/CHANGELOG.md#v490) +## [v4.8.2] + +### Added + +- Update to [Wazuh v4.8.2](https://github.com/wazuh/wazuh/blob/v4.8.2/CHANGELOG.md#v482) + ## [v4.8.1] ### Added diff --git a/README.md b/README.md index b711e0e1c..bd94a1c28 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,9 @@ These playbooks install and configure Wazuh agent, manager and indexer and dashb | Wazuh version | Elastic | ODFE | |---------------|---------|--------| | v4.10.0 | | | +| v4.9.1 | | | | v4.9.0 | | | +| v4.8.2 | | | | v4.8.1 | | | | v4.8.0 | | | | v4.7.5 | | | diff --git a/roles/wazuh/wazuh-dashboard/defaults/main.yml b/roles/wazuh/wazuh-dashboard/defaults/main.yml index 944ab8e1d..951cd3c92 100644 --- a/roles/wazuh/wazuh-dashboard/defaults/main.yml +++ b/roles/wazuh/wazuh-dashboard/defaults/main.yml @@ -18,7 +18,7 @@ dashboard_version: "4.10.0" # API credentials wazuh_api_credentials: - id: "default" - url: "https://localhost" + url: "https://127.0.0.1" port: 55000 username: "wazuh" password: "wazuh"