mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 09:42:46 +01:00
update TheHive init
This commit is contained in:
@@ -83,16 +83,11 @@ so-thehive-es:
|
|||||||
- 0.0.0.0:9500:9500
|
- 0.0.0.0:9500:9500
|
||||||
|
|
||||||
# Install Cortex
|
# Install Cortex
|
||||||
|
|
||||||
so-corteximage:
|
|
||||||
cmd.run:
|
|
||||||
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-thehive-cortex:HH1.1.3
|
|
||||||
|
|
||||||
so-cortex:
|
so-cortex:
|
||||||
docker_container.running:
|
docker_container.running:
|
||||||
- require:
|
- require:
|
||||||
- so-corteximage
|
- so-corteximage
|
||||||
- image: docker.io/soshybridhunter/so-thehive-cortex:HH1.1.3
|
- image: {{ MASTER }}:5000/soshybridhunter/so-thehive-cortex:HH{{ VERSION }}
|
||||||
- hostname: so-cortex
|
- hostname: so-cortex
|
||||||
- name: so-cortex
|
- name: so-cortex
|
||||||
- user: 939
|
- user: 939
|
||||||
@@ -107,15 +102,11 @@ cortexscript:
|
|||||||
- cwd: /opt/so
|
- cwd: /opt/so
|
||||||
- template: jinja
|
- template: jinja
|
||||||
|
|
||||||
so-thehiveimage:
|
|
||||||
cmd.run:
|
|
||||||
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-thehive:HH1.1.1
|
|
||||||
|
|
||||||
so-thehive:
|
so-thehive:
|
||||||
docker_container.running:
|
docker_container.running:
|
||||||
- require:
|
- require:
|
||||||
- so-thehiveimage
|
- so-thehiveimage
|
||||||
- image: docker.io/soshybridhunter/so-thehive:HH1.1.1
|
- image: {{ MASTER }}:5000/soshybridhunter/so-thehive:HH{{ VERSION }}
|
||||||
- environment:
|
- environment:
|
||||||
- ELASTICSEARCH_HOST={{ MASTERIP }}
|
- ELASTICSEARCH_HOST={{ MASTERIP }}
|
||||||
- hostname: so-thehive
|
- hostname: so-thehive
|
||||||
|
|||||||
Reference in New Issue
Block a user