diff --git a/.goss.yaml b/.goss.yaml index df044975..ee5485e7 100644 --- a/.goss.yaml +++ b/.goss.yaml @@ -52,7 +52,7 @@ package: filebeat: installed: true versions: - - 7.10.0 + - 7.10.2 wazuh-manager: installed: true versions: diff --git a/CHANGELOG.md b/CHANGELOG.md index 040de54b..00520180 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file. ### Added - Update Wazuh to version [4.1.5](https://github.com/wazuh/wazuh/blob/v4.1.5/CHANGELOG.md#v415) +- Update ODFE compatibility to version 1.13.2 ## Wazuh Docker v4.1.4 ### Added diff --git a/README.md b/README.md index 206a1b12..88c59da9 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ ADMIN_PRIVILEGES=true # App privileges | Wazuh version | ODFE | XPACK | |---------------|---------|--------| -| v4.1.5 | 1.12.0 | 7.10.2 | +| v4.1.5 | 1.13.2 | 7.10.2 | |---------------|---------|--------| | v4.1.4 | 1.12.0 | 7.10.2 | |---------------|---------|--------| diff --git a/build-from-sources.yml b/build-from-sources.yml index 14e21304..637556e1 100644 --- a/build-from-sources.yml +++ b/build-from-sources.yml @@ -31,7 +31,7 @@ services: - filebeat_var:/var/lib/filebeat elasticsearch: - image: amazon/opendistro-for-elasticsearch:1.12.0 + image: amazon/opendistro-for-elasticsearch:1.13.2 hostname: elasticsearch restart: always ports: diff --git a/docker-compose.yml b/docker-compose.yml index 53d919a1..21ad3b4d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -30,7 +30,7 @@ services: - filebeat_var:/var/lib/filebeat elasticsearch: - image: amazon/opendistro-for-elasticsearch:1.12.0 + image: amazon/opendistro-for-elasticsearch:1.13.2 hostname: elasticsearch restart: always ports: diff --git a/kibana-odfe/Dockerfile b/kibana-odfe/Dockerfile index 00ee8bba..b8a5ee5f 100644 --- a/kibana-odfe/Dockerfile +++ b/kibana-odfe/Dockerfile @@ -1,7 +1,7 @@ # Wazuh Docker Copyright (C) 2021 Wazuh Inc. (License GPLv2) -FROM amazon/opendistro-for-elasticsearch-kibana:1.12.0 +FROM amazon/opendistro-for-elasticsearch-kibana:1.13.2 USER kibana -ARG ELASTIC_VERSION=7.10.0 +ARG ELASTIC_VERSION=7.10.2 ARG WAZUH_VERSION=4.1.5 ARG WAZUH_APP_VERSION="${WAZUH_VERSION}_${ELASTIC_VERSION}" diff --git a/production-cluster.yml b/production-cluster.yml index 803ebfb0..af266200 100644 --- a/production-cluster.yml +++ b/production-cluster.yml @@ -67,7 +67,7 @@ services: - ./production_cluster/wazuh_cluster/wazuh_worker.conf:/wazuh-config-mount/etc/ossec.conf elasticsearch: - image: amazon/opendistro-for-elasticsearch:1.12.0 + image: amazon/opendistro-for-elasticsearch:1.13.2 hostname: elasticsearch restart: always ports: @@ -90,7 +90,7 @@ services: - ./production_cluster/elastic_opendistro/internal_users.yml:/usr/share/elasticsearch/plugins/opendistro_security/securityconfig/internal_users.yml elasticsearch-2: - image: amazon/opendistro-for-elasticsearch:1.12.0 + image: amazon/opendistro-for-elasticsearch:1.13.2 hostname: elasticsearch-2 restart: always environment: @@ -111,7 +111,7 @@ services: - ./production_cluster/elastic_opendistro/internal_users.yml:/usr/share/elasticsearch/plugins/opendistro_security/securityconfig/internal_users.yml elasticsearch-3: - image: amazon/opendistro-for-elasticsearch:1.12.0 + image: amazon/opendistro-for-elasticsearch:1.13.2 hostname: elasticsearch-3 restart: always environment: diff --git a/wazuh-odfe/Dockerfile b/wazuh-odfe/Dockerfile index 1b18e3d3..c806084f 100644 --- a/wazuh-odfe/Dockerfile +++ b/wazuh-odfe/Dockerfile @@ -2,7 +2,7 @@ FROM centos:7 ARG FILEBEAT_CHANNEL=filebeat-oss -ARG FILEBEAT_VERSION=7.10.0 +ARG FILEBEAT_VERSION=7.10.2 ARG WAZUH_VERSION=4.1.5-1 ARG TEMPLATE_VERSION="master" ARG WAZUH_FILEBEAT_MODULE="wazuh-filebeat-0.1.tar.gz"