Skip to content

Commit

Permalink
Merge pull request #1043 from wazuh/merge-4.7.1-into-master
Browse files Browse the repository at this point in the history
Merge 4.7.1 into master
  • Loading branch information
teddytpc1 authored Sep 22, 2023
2 parents 889e99e + 237a5de commit a9e12d7
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ All notable changes to this project will be documented in this file.

- 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]

### Added
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ These playbooks install and configure Wazuh agent, manager and indexer and dashb
| Wazuh version | Elastic | ODFE |
|---------------|---------|--------|
| v4.8.0 | | |
| v4.7.1 | | |
| v4.7.0 | | |
| v4.6.0 | | |
| v4.5.3 | | |
Expand Down
2 changes: 1 addition & 1 deletion roles/wazuh/ansible-filebeat-oss/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
filebeat_version: 7.10.2

wazuh_template_branch: 4.8
wazuh_template_branch: v4.8.0

filebeat_node_name: node-1

Expand Down
1 change: 1 addition & 0 deletions roles/wazuh/ansible-wazuh-manager/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ wazuh_manager_vulnerability_detector:
os:
- 'amazon-linux'
- 'amazon-linux-2'
- 'amazon-linux-2023'
update_interval: '1h'
name: '"alas"'
- enabled: 'no'
Expand Down
4 changes: 2 additions & 2 deletions roles/wazuh/wazuh-indexer/tasks/local_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a9e12d7

Please sign in to comment.