Hive Module - Fix ES logging

This commit is contained in:
Mike Reeves
2019-03-11 11:30:54 -04:00
parent 2caf331e8e
commit 5a41d3e2ab

View File

@@ -32,6 +32,7 @@ so-thehive-es:
- binds: - binds:
- /nsm/hive/esdata:/usr/share/elasticsearch/data:rw - /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/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 - /opt/so/log/hive:/var/log/elasticsearch:rw
- environment: - environment:
- http.host=0.0.0.0 - http.host=0.0.0.0