The Hive Module - Config Update

This commit is contained in:
Mike Reeves
2019-03-08 12:44:17 -05:00
parent fa2331d9b6
commit 01ac51f2e4
2 changed files with 218 additions and 0 deletions
+8
View File
@@ -17,6 +17,8 @@ so-thehive-es:
- /nsm/hive/esdata:/usr/share/elasticsearch/data:rw
- environment:
- http.host=0.0.0.0
- http.port=9400
- transport.tcp.port=9500
- transport.host=0.0.0.0
- xpack.security.enabled=false
- cluster.name=hive
@@ -39,6 +41,12 @@ hiveconfdir:
- name: /opt/so/conf/hive/etc
- makedirs: True
hiveconf:
file.manage:
- name: /opt/so/conf/hive/etc/application.conf
- source: salt://hive/thehive/etc/application.conf
- template: jinja
so-thehive:
docker_container_running:
- image: thehiveproject/thehive:latest