File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ package:
5656 wazuh-manager :
5757 installed : true
5858 versions :
59- - 4.1.0
59+ - 4.1.1
6060port :
6161 tcp:1514 :
6262 listening : true
Original file line number Diff line number Diff line change 11# Change Log
22All notable changes to this project will be documented in this file.
3+
4+ ## Wazuh Docker v4.1.1
5+ ### Added
6+
7+ - Update Wazuh to version [ 4.1.1] ( https://github.com/wazuh/wazuh/blob/v4.1.1/CHANGELOG.md#v411 )
8+
39## Wazuh Docker v4.1.0
410### Added
511
Original file line number Diff line number Diff line change @@ -155,6 +155,8 @@ ADMIN_PRIVILEGES=true # App privileges
155155
156156| Wazuh version | ODFE | XPACK |
157157| ---------------| ---------| --------|
158+ | v4.1.1 | 1.12.0 | 7.10.2 |
159+ | ---------------| ---------| --------|
158160| v4.1.0 | 1.12.0 | 7.10.2 |
159161| ---------------| ---------| --------|
160162| v4.0.4 | 1.11.0 | |
Original file line number Diff line number Diff line change 1- WAZUH-DOCKER_VERSION="4.1.0 "
2- REVISION="41000 "
1+ WAZUH-DOCKER_VERSION="4.1.1 "
2+ REVISION="41100 "
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: '3.7'
33
44services :
55 wazuh :
6- image : wazuh/wazuh-odfe:4.1.0
6+ image : wazuh/wazuh-odfe:4.1.1
77 hostname : wazuh-manager
88 restart : always
99 ports :
@@ -50,7 +50,7 @@ services:
5050 hard : 65536
5151
5252 kibana :
53- image : wazuh/wazuh-kibana-odfe:4.1.0
53+ image : wazuh/wazuh-kibana-odfe:4.1.1
5454 hostname : kibana
5555 restart : always
5656 ports :
Original file line number Diff line number Diff line change 22FROM amazon/opendistro-for-elasticsearch-kibana:1.12.0
33USER kibana
44ARG ELASTIC_VERSION=7.10.0
5- ARG WAZUH_VERSION=4.1.0
5+ ARG WAZUH_VERSION=4.1.1
66ARG WAZUH_APP_VERSION="${WAZUH_VERSION}_${ELASTIC_VERSION}"
77
88WORKDIR /usr/share/kibana
Original file line number Diff line number Diff line change 22FROM docker.elastic.co/kibana/kibana:7.10.2
33USER kibana
44ARG ELASTIC_VERSION=7.10.2
5- ARG WAZUH_VERSION=4.1.0
5+ ARG WAZUH_VERSION=4.1.1
66ARG WAZUH_APP_VERSION="${WAZUH_VERSION}_${ELASTIC_VERSION}"
77
88WORKDIR /usr/share/kibana
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: '3.7'
33
44services :
55 wazuh-master :
6- image : wazuh/wazuh-odfe:4.1.0
6+ image : wazuh/wazuh-odfe:4.1.1
77 hostname : wazuh-master
88 restart : always
99 ports :
@@ -38,7 +38,7 @@ services:
3838 - ./production_cluster/wazuh_cluster/wazuh_manager.conf:/wazuh-config-mount/etc/ossec.conf
3939
4040 wazuh-worker :
41- image : wazuh/wazuh-odfe:4.1.0
41+ image : wazuh/wazuh-odfe:4.1.1
4242 hostname : wazuh-worker
4343 restart : always
4444 environment :
@@ -132,7 +132,7 @@ services:
132132 - ./production_cluster/elastic_opendistro/internal_users.yml:/usr/share/elasticsearch/plugins/opendistro_security/securityconfig/internal_users.yml
133133
134134 kibana :
135- image : wazuh/wazuh-kibana-odfe:4.1.0
135+ image : wazuh/wazuh-kibana-odfe:4.1.1
136136 hostname : kibana
137137 restart : always
138138 ports :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM centos:7
33
44ARG FILEBEAT_CHANNEL=filebeat-oss
55ARG FILEBEAT_VERSION=7.10.0
6- ARG WAZUH_VERSION=4.1.0 -1
6+ ARG WAZUH_VERSION=4.1.1 -1
77ARG TEMPLATE_VERSION="master"
88ARG WAZUH_FILEBEAT_MODULE="wazuh-filebeat-0.1.tar.gz"
99
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: '3.7'
33
44services :
55 wazuh :
6- image : wazuh/wazuh:4.1.0
6+ image : wazuh/wazuh:4.1.1
77 hostname : wazuh-manager
88 restart : always
99 ports :
@@ -146,7 +146,7 @@ services:
146146
147147
148148 kibana :
149- image : wazuh/wazuh-kibana:4.1.0
149+ image : wazuh/wazuh-kibana:4.1.1
150150 hostname : kibana
151151 restart : always
152152 ports :
You can’t perform that action at this time.
0 commit comments