Merge pull request #1042 from wazuh/merge-4.7.0-into-4.7.1

Merge 4.7.0 into 4.7.1
This commit is contained in:
Gonzalo Acuña 2023-09-22 07:20:46 -03:00 committed by GitHub
commit 36450e726d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,7 @@
---
filebeat_version: 7.10.2
wazuh_template_branch: 4.7
wazuh_template_branch: v4.7.1
filebeat_node_name: node-1

View File

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

View File

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