Merge remote-tracking branch 'origin/4.7.1' into merge-4.7.1-into-master

This commit is contained in:
David Correa Rodríguez 2023-09-22 12:39:45 +02:00
commit c1bcd06057
No known key found for this signature in database
GPG Key ID: 8787C7C9FF271262
5 changed files with 10 additions and 3 deletions

View File

@ -6,6 +6,11 @@ All notable changes to this project will be documented in this file.
### Added ### Added
- Update to [Wazuh v4.8.0](https://github.com/wazuh/wazuh/blob/v4.8.0/CHANGELOG.md#v480) - Update to [Wazuh v4.8.0](https://github.com/wazuh/wazuh/blob/v4.8.0/CHANGELOG.md#v480)
## [v4.7.1]
### Added
- Update to [Wazuh v4.7.1](https://github.com/wazuh/wazuh/blob/v4.7.1/CHANGELOG.md#v471)
## [v4.7.0] ## [v4.7.0]

View File

@ -17,6 +17,7 @@ These playbooks install and configure Wazuh agent, manager and indexer and dashb
| Wazuh version | Elastic | ODFE | | Wazuh version | Elastic | ODFE |
|---------------|---------|--------| |---------------|---------|--------|
| v4.8.0 | | | | v4.8.0 | | |
| v4.7.1 | | |
| v4.7.0 | | | | v4.7.0 | | |
| v4.6.0 | | | | v4.6.0 | | |
| v4.5.3 | | | | v4.5.3 | | |

View File

@ -1,7 +1,7 @@
--- ---
filebeat_version: 7.10.2 filebeat_version: 7.10.2
wazuh_template_branch: 4.8 wazuh_template_branch: v4.8.0
filebeat_node_name: node-1 filebeat_node_name: node-1

View File

@ -211,6 +211,7 @@ wazuh_manager_vulnerability_detector:
os: os:
- 'amazon-linux' - 'amazon-linux'
- 'amazon-linux-2' - 'amazon-linux-2'
- 'amazon-linux-2023'
update_interval: '1h' update_interval: '1h'
name: '"alas"' name: '"alas"'
- enabled: 'no' - enabled: 'no'

View File

@ -30,8 +30,8 @@
- name: Local action | Prepare the certificates generation template file - name: Local action | Prepare the certificates generation template file
template: template:
src: "templates/wazuh-config.yml.j2" src: "templates/config.yml.j2"
dest: "{{ local_certs_path }}/wazuh-config.yml" dest: "{{ local_certs_path }}/config.yml"
mode: 0644 mode: 0644
register: tlsconfig_template register: tlsconfig_template