Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update OD version from 1.12.0 to 1.13.2 master #597

Merged
merged 2 commits into from
May 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/tests/test_default.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
8 changes: 4 additions & 4 deletions molecule/distributed-wazuh-odfe/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion molecule/distributed-wazuh-odfe/tests/test_default.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# Cluster Settings
opendistro_version: 1.12.0
opendistro_version: 1.13.2

single_node: false
elasticsearch_node_name: node-1
Expand Down
4 changes: 2 additions & 2 deletions roles/opendistro/opendistro-kibana/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion roles/opendistro/opendistro-kibana/vars/debian.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---

kibana_opendistro_version: 1.12.0
kibana_opendistro_version: 1.13.2
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,5 +1,5 @@
---
filebeat_version: 7.10.0
filebeat_version: 7.10.2

wazuh_template_branch: v4.3.0

Expand Down