Merge branch '4.1' into master

This commit is contained in:
Víctor Moreno Jiménez 2021-04-21 08:15:24 +02:00 committed by GitHub
commit 1216fc3e7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 17 additions and 3 deletions

View File

@ -13,6 +13,12 @@ All notable changes to this project will be documented in this file.
- Update to [Wazuh v4.1.3](https://github.com/wazuh/wazuh/blob/v4.1.3/CHANGELOG.md#v413)
## [v4.1.2]
### Added
- Update to [Wazuh v4.1.2](https://github.com/wazuh/wazuh/blob/v4.1.2/CHANGELOG.md#v412)
## [v4.1.1]
### Added

View File

@ -14,13 +14,17 @@ These playbooks install and configure Wazuh agent, manager and Elastic Stack.
| Wazuh version | Elastic | ODFE |
|---------------|---------|--------|
| v4.1.4 | 7.10.0 | 1.12.0 |
|---------------|---------|--------|
| v4.1.3 | 7.10.0 | 1.12.0 |
|---------------|---------|--------|
| v4.1.2 | 7.10.0 | 1.12.0 |
|---------------|---------|--------|
| v4.1.1 | 7.10.0 | 1.12.0 |
|---------------|---------|--------|
## Documentation
* [Wazuh Ansible documentation](https://documentation.wazuh.com/current/deploying-with-ansible/index.html)

View File

@ -11,6 +11,7 @@ def get_wazuh_version():
return "4.1.4"
def test_wazuh_packages_are_installed(host):
"""Test the main packages are installed."""
manager = host.package("wazuh-manager")

View File

@ -24,7 +24,6 @@ wazuh_agent_version: 4.1.4-1
# Kibana role appends it automatically.
wazuh_version: 4.1.4
########################################################
# General ELK stack variables

View File

@ -21,3 +21,4 @@ wazuh_agent_version: 4.1.4-1
# Kibana role appends it automatically.
wazuh_version: 4.1.4

View File

@ -3,6 +3,7 @@ filebeat_version: 7.10.2
wazuh_template_branch: v4.1.4
filebeat_create_config: true
filebeat_node_name: node-1

View File

@ -1,4 +1,5 @@
---
wazuh_agent_version: 4.1.4-1

View File

@ -1,4 +1,5 @@
---
wazuh_manager_version: 4.1.4-1
wazuh_manager_fqdn: "wazuh-server"
@ -71,8 +72,8 @@ wazuh_manager_globals:
- '^localhost.localdomain$'
- '127.0.0.53'
wazuh_manager_agent_disconnection_time: '20s'
wazuh_manager_agents_disconnection_alert_time: '100s'
wazuh_manager_agent_disconnection_time: '10m'
wazuh_manager_agents_disconnection_alert_time: '0'
## Alerts
wazuh_manager_log_level: 3