Change OD version to 1.13.2
This commit is contained in:
parent
6b99aed8d6
commit
0094d56919
@ -14,9 +14,11 @@ These playbooks install and configure Wazuh agent, manager and Elastic Stack.
|
|||||||
|
|
||||||
| Wazuh version | Elastic | ODFE |
|
| Wazuh version | Elastic | ODFE |
|
||||||
|---------------|---------|--------|
|
|---------------|---------|--------|
|
||||||
| v4.3.0 | 7.10.0 | 1.12.0 |
|
| v4.3.0 | 7.10.2 | 1.13.2 |
|
||||||
|---------------|---------|--------|
|
|---------------|---------|--------|
|
||||||
| 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 |
|
||||||
|---------------|---------|--------|
|
|---------------|---------|--------|
|
||||||
|
|||||||
@ -62,4 +62,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')
|
||||||
|
|||||||
@ -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.3.0-1
|
wazuh_manager_version: 4.3.0-1
|
||||||
|
|||||||
@ -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')
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
# Cluster Settings
|
# Cluster Settings
|
||||||
opendistro_version: 1.12.0
|
opendistro_version: 1.13.2
|
||||||
|
|
||||||
single_node: false
|
single_node: false
|
||||||
elasticsearch_node_name: node-1
|
elasticsearch_node_name: node-1
|
||||||
|
|||||||
@ -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: 2
|
||||||
wazuh_version: 4.3.0
|
wazuh_version: 4.3.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:
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
kibana_opendistro_version: 1.12.0
|
kibana_opendistro_version: 1.13.2
|
||||||
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
filebeat_version: 7.10.0
|
filebeat_version: 7.10.2
|
||||||
|
|
||||||
wazuh_template_branch: v4.3.0
|
wazuh_template_branch: v4.3.0
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user