From 66c8cc6e86e0e2a09becd071d61d5bf216c8b77f Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Fri, 10 Dec 2021 11:59:12 -0500 Subject: [PATCH] Update init.sls --- salt/thehive/init.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/thehive/init.sls b/salt/thehive/init.sls index d7050e226..7cbe34c90 100644 --- a/salt/thehive/init.sls +++ b/salt/thehive/init.sls @@ -95,7 +95,7 @@ so-thehive-es: - /opt/so/conf/thehive/etc/es/log4j2.properties:/usr/share/elasticsearch/config/log4j2.properties:ro - /opt/so/log/thehive:/var/log/elasticsearch:rw - environment: - - ES_JAVA_OPTS=-Xms512m -Xmx512m + - ES_JAVA_OPTS=-Xms512m -Xmx512m -Dlog4j2.formatMsgNoLookups=true - port_bindings: - 0.0.0.0:9400:9400 - 0.0.0.0:9500:9500