Merge pull request #598 from wazuh/change-OD-version-4.2

Update OD version from 1.12.0 to 1.13.2 4.2
This commit is contained in:
Alberto Rodríguez 2021-05-24 16:27:43 +02:00 committed by GitHub
commit 0bf4198dd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 11 additions and 14 deletions

View File

@ -14,14 +14,11 @@ These playbooks install and configure Wazuh agent, manager and Elastic Stack.
| Wazuh version | Elastic | ODFE | | Wazuh version | Elastic | ODFE |
|---------------|---------|--------| |---------------|---------|--------|
| v4.2.0 | 7.10.0 | 1.12.0 | | v4.2.0 | 7.10.2 | 1.13.2 |
|---------------|---------|--------| | v4.1.5 | 7.10.2 | 1.13.2 |
| v4.1.4 | 7.10.0 | 1.12.0 | | v4.1.4 | 7.10.0 | 1.12.0 |
|---------------|---------|--------|
| v4.1.3 | 7.10.0 | 1.12.0 | | v4.1.3 | 7.10.0 | 1.12.0 |
|---------------|---------|--------|
| v4.1.1 | 7.10.0 | 1.12.0 | | v4.1.1 | 7.10.0 | 1.12.0 |
|---------------|---------|--------|
## Documentation ## Documentation

View File

@ -61,4 +61,4 @@ def test_filebeat_is_installed(host):
"""Test the elasticsearch package is installed.""" """Test the elasticsearch package is installed."""
filebeat = host.package("filebeat") filebeat = host.package("filebeat")
assert filebeat.is_installed assert filebeat.is_installed
assert filebeat.version.startswith('7.10.0') assert filebeat.version.startswith('7.10.2')

View File

@ -34,10 +34,10 @@ filebeat_node_name: '{{ ansible_hostname }}'
# Versions # Versions
# See: https://opendistro.github.io/for-elasticsearch-docs/version-history/ # See: https://opendistro.github.io/for-elasticsearch-docs/version-history/
elastic_stack_version: 7.10.0 elastic_stack_version: 7.10.2
opendistro_version: 1.12.0 opendistro_version: 1.13.2
filebeat_version: 7.10.0 filebeat_version: 7.10.2
kibana_opendistro_version: 1.12.0-1 kibana_opendistro_version: 1.13.2-1
# Debian packages need the ${VERSION}-1 # Debian packages need the ${VERSION}-1
wazuh_manager_version: 4.2.0-1 wazuh_manager_version: 4.2.0-1

View File

@ -61,4 +61,4 @@ def test_filebeat_is_installed(host):
"""Test the elasticsearch package is installed.""" """Test the elasticsearch package is installed."""
filebeat = host.package("filebeat") filebeat = host.package("filebeat")
assert filebeat.is_installed assert filebeat.is_installed
assert filebeat.version.startswith('7.10.0') assert filebeat.version.startswith('7.10.2')

View File

@ -9,12 +9,12 @@ kibana_server_host: "0.0.0.0"
kibana_server_port: "5601" kibana_server_port: "5601"
kibana_server_name: "kibana" kibana_server_name: "kibana"
kibana_max_payload_bytes: 1048576 kibana_max_payload_bytes: 1048576
elastic_stack_version: 7.10.0 elastic_stack_version: 7.10.2
wazuh_version: 4.2.0 wazuh_version: 4.2.0
wazuh_app_url: https://packages.wazuh.com/4.x/ui/kibana/wazuh_kibana wazuh_app_url: https://packages.wazuh.com/4.x/ui/kibana/wazuh_kibana
# The OpenDistro package repository # The OpenDistro package repository
kibana_opendistro_version: 1.12.0-1 # Version includes the - for RedHat family compatibility, replace with = for Debian hosts kibana_opendistro_version: 1.13.2-1 # Version includes the - for RedHat family compatibility, replace with = for Debian hosts
package_repos: package_repos:
yum: yum:

View File

@ -1,5 +1,5 @@
--- ---
filebeat_version: 7.10.0 filebeat_version: 7.10.2
wazuh_template_branch: v4.2.0 wazuh_template_branch: v4.2.0