Merge pull request #597 from wazuh/change-OD-version-master

Update OD version from 1.12.0 to 1.13.2 master
This commit is contained in:
Alberto Rodríguez 2021-05-25 12:24:27 +02:00 committed by GitHub
commit 3573406adf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 14 additions and 19 deletions

View File

@ -14,18 +14,13 @@ These playbooks install and configure Wazuh agent, manager and Elastic Stack.
| Wazuh version | Elastic | ODFE |
|---------------|---------|--------|
| v4.3.0 | 7.10.0 | 1.12.0 |
|---------------|---------|--------|
| v4.2.0 | 7.10.0 | 1.12.0 |
|---------------|---------|--------|
| v4.3.0 | 7.10.2 | 1.13.2 |
| 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.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

View File

@ -62,4 +62,4 @@ def test_filebeat_is_installed(host):
"""Test the elasticsearch package is installed."""
filebeat = host.package("filebeat")
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
# See: https://opendistro.github.io/for-elasticsearch-docs/version-history/
elastic_stack_version: 7.10.0
opendistro_version: 1.12.0
filebeat_version: 7.10.0
kibana_opendistro_version: 1.12.0-1
elastic_stack_version: 7.10.2
opendistro_version: 1.13.2
filebeat_version: 7.10.2
kibana_opendistro_version: 1.13.2-1
# Debian packages need the ${VERSION}-1
wazuh_manager_version: 4.3.0-1

View File

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

View File

@ -1,6 +1,6 @@
---
# Cluster Settings
opendistro_version: 1.12.0
opendistro_version: 1.13.2
single_node: false
elasticsearch_node_name: node-1

View File

@ -9,12 +9,12 @@ kibana_server_host: "0.0.0.0"
kibana_server_port: "5601"
kibana_server_name: "kibana"
kibana_max_payload_bytes: 1048576
elastic_stack_version: 7.10.0
elastic_stack_version: 2
wazuh_version: 4.3.0
wazuh_app_url: https://packages.wazuh.com/4.x/ui/kibana/wazuh_kibana
# 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:
yum:

View File

@ -1,3 +1,3 @@
---
kibana_opendistro_version: 1.12.0
kibana_opendistro_version: 1.13.2

View File

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