forked from wazuh/wazuh-docker
Bump xpack images
This commit is contained in:
+6
-6
@@ -7,8 +7,8 @@ services:
|
|||||||
context: wazuh-odfe/
|
context: wazuh-odfe/
|
||||||
args:
|
args:
|
||||||
- FILEBEAT_CHANNEL=filebeat
|
- FILEBEAT_CHANNEL=filebeat
|
||||||
- FILEBEAT_VERSION=7.9.3
|
- FILEBEAT_VERSION=7.10.2
|
||||||
image: wazuh/wazuh:4.0.4_7.9.3
|
image: wazuh/wazuh:4.1.0_7.10.2
|
||||||
hostname: wazuh-manager
|
hostname: wazuh-manager
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
@@ -42,7 +42,7 @@ services:
|
|||||||
|
|
||||||
|
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
image: docker.elastic.co/elasticsearch/elasticsearch:7.9.3
|
image: docker.elastic.co/elasticsearch/elasticsearch:7.10.2
|
||||||
hostname: elasticsearch
|
hostname: elasticsearch
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
@@ -79,7 +79,7 @@ services:
|
|||||||
- ./xpack/elasticsearch/elasticsearch.crt:/usr/share/elasticsearch/config/elasticsearch.crt
|
- ./xpack/elasticsearch/elasticsearch.crt:/usr/share/elasticsearch/config/elasticsearch.crt
|
||||||
|
|
||||||
elasticsearch2:
|
elasticsearch2:
|
||||||
image: docker.elastic.co/elasticsearch/elasticsearch:7.9.3
|
image: docker.elastic.co/elasticsearch/elasticsearch:7.10.2
|
||||||
hostname: elasticsearch2
|
hostname: elasticsearch2
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
@@ -114,7 +114,7 @@ services:
|
|||||||
- ./xpack/elasticsearch2/elasticsearch2.crt:/usr/share/elasticsearch/config/elasticsearch.crt
|
- ./xpack/elasticsearch2/elasticsearch2.crt:/usr/share/elasticsearch/config/elasticsearch.crt
|
||||||
|
|
||||||
elasticsearch3:
|
elasticsearch3:
|
||||||
image: docker.elastic.co/elasticsearch/elasticsearch:7.9.3
|
image: docker.elastic.co/elasticsearch/elasticsearch:7.10.2
|
||||||
hostname: elasticsearch3
|
hostname: elasticsearch3
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
@@ -152,7 +152,7 @@ services:
|
|||||||
|
|
||||||
kibana:
|
kibana:
|
||||||
build: kibana/
|
build: kibana/
|
||||||
image: wazuh/wazuh-kibana:4.0.4_7.9.3
|
image: wazuh/wazuh-kibana:4.1.0_7.10.2
|
||||||
hostname: kibana
|
hostname: kibana
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user