diff --git a/CHANGELOG.md b/CHANGELOG.md index 75169db2..a4bf2a18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Change Log All notable changes to this project will be documented in this file. +## Wazuh Docker v4.0.1_1.11.0 + +### Added + +- Update to Wazuh version 4.0.1 +- Opendistro 1.11.0 compatiblity +- Re-enabled dumping ossec.log to stdout + ## Wazuh Docker v4.0.0_1.10.1 ### Added diff --git a/README.md b/README.md index 77ce2d2a..2deb9969 100644 --- a/README.md +++ b/README.md @@ -89,8 +89,6 @@ ADMIN_PRIVILEGES=true # App privileges ├── CHANGELOG.md ├── docker-compose.yml - ├── elastic_conf - │   └── elasticsearch.yml ├── generate-opendistro-certs.yml ├── kibana-odfe │   ├── config @@ -157,9 +155,10 @@ ADMIN_PRIVILEGES=true # App privileges | Wazuh version | ODFE | |---------------|---------| +| v4.0.1 | 1.11.0 | +|---------------|---------| | v4.0.0 | 1.10.1 | - ## Credits and Thank you These Docker containers are based on: diff --git a/VERSION b/VERSION index 1cdd9758..42e15842 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -WAZUH-DOCKER_VERSION="4.0.0_1.10.1" -REVISION="40000" +WAZUH-DOCKER_VERSION="4.0.1_1.11.0" +REVISION="40100" diff --git a/docker-compose.yml b/docker-compose.yml index cf47f224..43fa2f1b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,7 +3,7 @@ version: '3.7' services: wazuh: - image: wazuh/wazuh-odfe:4.0.0_1.10.1 + image: wazuh/wazuh-odfe:4.0.1_1.11.0 hostname: wazuh-manager restart: always ports: @@ -30,7 +30,7 @@ services: - filebeat_var:/var/lib/filebeat elasticsearch: - image: amazon/opendistro-for-elasticsearch:1.10.1 + image: amazon/opendistro-for-elasticsearch:1.11.0 hostname: elasticsearch restart: always ports: @@ -50,7 +50,7 @@ services: hard: 65536 kibana: - image: wazuh/wazuh-kibana-odfe:4.0.0_1.10.1 + image: wazuh/wazuh-kibana-odfe:4.0.1_1.11.0 hostname: kibana restart: always ports: diff --git a/elastic_conf/elasticsearch.yml b/elastic_conf/elasticsearch.yml deleted file mode 100644 index a7b1d6a5..00000000 --- a/elastic_conf/elasticsearch.yml +++ /dev/null @@ -1,3 +0,0 @@ -cluster.name: wazuh-elastic -network.host: 0.0.0.0 - diff --git a/kibana-odfe/Dockerfile b/kibana-odfe/Dockerfile index c88b73b2..accd84ce 100644 --- a/kibana-odfe/Dockerfile +++ b/kibana-odfe/Dockerfile @@ -1,8 +1,8 @@ # Wazuh Docker Copyright (C) 2020 Wazuh Inc. (License GPLv2) -FROM amazon/opendistro-for-elasticsearch-kibana:1.10.1 +FROM amazon/opendistro-for-elasticsearch-kibana:1.11.0 USER kibana ARG ELASTIC_VERSION=7.9.1 -ARG WAZUH_VERSION=4.0.0 +ARG WAZUH_VERSION=4.0.1 ARG WAZUH_APP_VERSION="${WAZUH_VERSION}_${ELASTIC_VERSION}" WORKDIR /usr/share/kibana diff --git a/production-cluster.yml b/production-cluster.yml index f22516ef..8feef053 100644 --- a/production-cluster.yml +++ b/production-cluster.yml @@ -3,7 +3,7 @@ version: '3.7' services: wazuh-master: - image: wazuh/wazuh-odfe:4.0.0_1.10.1 + image: wazuh/wazuh-odfe:4.0.1_1.11.0 hostname: wazuh-master restart: always ports: @@ -38,7 +38,7 @@ services: - ./production_cluster/wazuh_cluster/wazuh_manager.conf:/wazuh-config-mount/etc/ossec.conf wazuh-worker: - image: wazuh/wazuh-odfe:4.0.0_1.10.1 + image: wazuh/wazuh-odfe:4.0.1_1.11.0 hostname: wazuh-worker restart: always environment: @@ -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.10.1 + image: amazon/opendistro-for-elasticsearch:1.11.0 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.10.1 + image: amazon/opendistro-for-elasticsearch:1.11.0 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.10.1 + image: amazon/opendistro-for-elasticsearch:1.11.0 hostname: elasticsearch-3 restart: always environment: @@ -132,7 +132,7 @@ services: - ./production_cluster/elastic_opendistro/internal_users.yml:/usr/share/elasticsearch/plugins/opendistro_security/securityconfig/internal_users.yml kibana: - image: wazuh/wazuh-kibana-odfe:4.0.0_1.10.1 + image: wazuh/wazuh-kibana-odfe:4.0.1_1.11.0 hostname: kibana restart: always ports: diff --git a/wazuh-odfe/Dockerfile b/wazuh-odfe/Dockerfile index 0148d8e0..a5f2aad7 100644 --- a/wazuh-odfe/Dockerfile +++ b/wazuh-odfe/Dockerfile @@ -2,7 +2,7 @@ FROM centos:7 ARG FILEBEAT_VERSION=7.9.1 -ARG WAZUH_VERSION=4.0.0-1 +ARG WAZUH_VERSION=4.0.1-1 ARG TEMPLATE_VERSION="master" ARG WAZUH_FILEBEAT_MODULE="wazuh-filebeat-0.1.tar.gz" diff --git a/wazuh-odfe/config/etc/services.d/ossec-logs/run b/wazuh-odfe/config/etc/services.d/ossec-logs/run new file mode 100644 index 00000000..edb4b87c --- /dev/null +++ b/wazuh-odfe/config/etc/services.d/ossec-logs/run @@ -0,0 +1,4 @@ +#!/usr/bin/with-contenv sh + +# dumping ossec.log to standard output +exec tail -f /var/ossec/logs/ossec.log