From 5a41d3e2ab7c8df2a85216d1973fa4267f4af5b9 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Mon, 11 Mar 2019 11:30:54 -0400 Subject: [PATCH] Hive Module - Fix ES logging --- salt/hive/init.sls | 1 + 1 file changed, 1 insertion(+) diff --git a/salt/hive/init.sls b/salt/hive/init.sls index d7f8757b3..e2b0bcfdb 100644 --- a/salt/hive/init.sls +++ b/salt/hive/init.sls @@ -32,6 +32,7 @@ so-thehive-es: - binds: - /nsm/hive/esdata:/usr/share/elasticsearch/data:rw - /opt/so/conf/hive/etc/es/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml:ro + - /opt/so/conf/hive/etc/log4j2.properties:/usr/share/elasticsearch/config/log4j2.properties:ro - /opt/so/log/hive:/var/log/elasticsearch:rw - environment: - http.host=0.0.0.0