From 01869e461704006ff2a6527de49249a9f6085417 Mon Sep 17 00:00:00 2001 From: vcerenu Date: Tue, 15 Feb 2022 12:50:45 -0300 Subject: [PATCH] clean Dockerfile and docker-compose start script --- production-cluster_odfe.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/production-cluster_odfe.yml b/production-cluster_odfe.yml index 2907bfbe..21e44f99 100644 --- a/production-cluster_odfe.yml +++ b/production-cluster_odfe.yml @@ -3,7 +3,7 @@ version: '3.7' services: wazuh-master: - image: wazuh/wazuh-odfe:4.4.0 + image: wazuh/wazuh-odfe:4.3.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.4.0 + image: wazuh/wazuh-odfe:4.3.0 hostname: wazuh-worker restart: always environment: @@ -73,7 +73,7 @@ services: ports: - "9200:9200" environment: - - "ES_JAVA_OPTS=-Xms512m -Xmx512m" + - "ES_JAVA_OPTS=-Xms512m -Xmx512m -Dlog4j2.formatMsgNoLookups=true" ulimits: memlock: soft: -1 @@ -96,7 +96,7 @@ services: hostname: elasticsearch-2 restart: always environment: - - "ES_JAVA_OPTS=-Xms512m -Xmx512m" + - "ES_JAVA_OPTS=-Xms512m -Xmx512m -Dlog4j2.formatMsgNoLookups=true" ulimits: memlock: soft: -1 @@ -117,7 +117,7 @@ services: hostname: elasticsearch-3 restart: always environment: - - "ES_JAVA_OPTS=-Xms512m -Xmx512m" + - "ES_JAVA_OPTS=-Xms512m -Xmx512m -Dlog4j2.formatMsgNoLookups=true" ulimits: memlock: soft: -1 @@ -134,7 +134,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.4.0 + image: wazuh/wazuh-kibana-odfe:4.3.0 hostname: kibana restart: always ports: