Merge 4.9.1 into 4.10.0

This commit is contained in:
Enrique Araque 2024-08-21 12:07:43 +02:00
commit c92bb0fa7d
No known key found for this signature in database
GPG Key ID: 95BF5CCE458ED97E
3 changed files with 15 additions and 1 deletions

View File

@ -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) - 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] ## [v4.9.0]
### Added ### Added
- Update to [Wazuh v4.9.0](https://github.com/wazuh/wazuh/blob/v4.9.0/CHANGELOG.md#v490) - 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] ## [v4.8.1]
### Added ### Added

View File

@ -17,7 +17,9 @@ These playbooks install and configure Wazuh agent, manager and indexer and dashb
| Wazuh version | Elastic | ODFE | | Wazuh version | Elastic | ODFE |
|---------------|---------|--------| |---------------|---------|--------|
| v4.10.0 | | | | v4.10.0 | | |
| v4.9.1 | | |
| v4.9.0 | | | | v4.9.0 | | |
| v4.8.2 | | |
| v4.8.1 | | | | v4.8.1 | | |
| v4.8.0 | | | | v4.8.0 | | |
| v4.7.5 | | | | v4.7.5 | | |

View File

@ -18,7 +18,7 @@ dashboard_version: "4.10.0"
# API credentials # API credentials
wazuh_api_credentials: wazuh_api_credentials:
- id: "default" - id: "default"
url: "https://localhost" url: "https://127.0.0.1"
port: 55000 port: 55000
username: "wazuh" username: "wazuh"
password: "wazuh" password: "wazuh"