File tree Expand file tree Collapse file tree
production_cluster/kibana_ssl 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.2.0
59+ - 4.2.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.
33
4+ ## Wazuh Docker v4.2.1
5+ ### Added
6+
7+ - Update Wazuh to version [ 4.2.1] ( https://github.com/wazuh/wazuh/blob/v4.2.1/CHANGELOG.md#v421 )
8+
49## Wazuh Docker v4.2.0
510### Added
611
Original file line number Diff line number Diff line change @@ -154,6 +154,7 @@ ADMIN_PRIVILEGES=true # App privileges
154154
155155| Wazuh version | ODFE | XPACK |
156156| ---------------| ---------| --------|
157+ | v4.2.1 | 1.13.2 | 7.11.2 |
157158| v4.2.0 | 1.13.2 | 7.10.2 |
158159| v4.1.5 | 1.13.2 | 7.10.2 |
159160| v4.1.4 | 1.12.0 | 7.10.2 |
Original file line number Diff line number Diff line change 1- WAZUH-DOCKER_VERSION="4.2.0 "
2- REVISION="40212 "
1+ WAZUH-DOCKER_VERSION="4.2.1 "
2+ REVISION="40214 "
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.2.0
6+ image : wazuh/wazuh-odfe:4.2.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.2.0
53+ image : wazuh/wazuh-kibana-odfe:4.2.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.13.2
33USER kibana
44ARG ELASTIC_VERSION=7.10.2
5- ARG WAZUH_VERSION=4.2.0
5+ ARG WAZUH_VERSION=4.2.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.2.0
5+ ARG WAZUH_VERSION=4.2.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.2.0
6+ image : wazuh/wazuh-odfe:4.2.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.2.0
41+ image : wazuh/wazuh-odfe:4.2.1
4242 hostname : wazuh-worker
4343 restart : always
4444 environment :
@@ -134,7 +134,7 @@ services:
134134 - ./production_cluster/elastic_opendistro/internal_users.yml:/usr/share/elasticsearch/plugins/opendistro_security/securityconfig/internal_users.yml
135135
136136 kibana :
137- image : wazuh/wazuh-kibana-odfe:4.2.0
137+ image : wazuh/wazuh-kibana-odfe:4.2.1
138138 hostname : kibana
139139 restart : always
140140 ports :
Original file line number Diff line number Diff line change 99 exit
1010else
1111 openssl req -x509 -batch -nodes -days 365 -newkey rsa:2048 -keyout key.pem -out cert.pem
12+ chown -R 1000:1000 * .pem
1213fi
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.2
6- ARG WAZUH_VERSION=4.2.0- 1
6+ ARG WAZUH_VERSION=4.2.1
77ARG TEMPLATE_VERSION="master"
88ARG WAZUH_FILEBEAT_MODULE="wazuh-filebeat-0.1.tar.gz"
99
You can’t perform that action at this time.
0 commit comments