From fa4815e51a521107bab41dec86fcf2ecf99b7d93 Mon Sep 17 00:00:00 2001 From: Manuel Gutierrez <1380243+xr09@users.noreply.github.com> Date: Thu, 19 Nov 2020 18:13:41 +0100 Subject: [PATCH] Update images --- docker-compose.yml | 6 +++--- production-cluster.yml | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) 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/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: