mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-02-23 23:45:39 +01:00
The Hive - Wes Mods
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{%- set ip = salt['pillar.get']('static:masterip', '') %}
|
||||
{%- set HIVEKEY = salt['pillar.get']('static:hivekey', '') %}
|
||||
|
||||
[es]
|
||||
es_url = http://{{ip}}:9200
|
||||
@@ -20,14 +21,14 @@ grr_pass = YOURGRRPASS
|
||||
|
||||
[hive]
|
||||
hive_url = https://{{ip}}/thehive/
|
||||
hive_key = YOURHIVEKEY
|
||||
hive_key = {{ HIVEKEY }}
|
||||
hive_tlp = 3
|
||||
hive_verifycert = False
|
||||
|
||||
[misp]
|
||||
misp_url = YOURMISPURL
|
||||
misp_key = YOURMISPKEY
|
||||
misp_verifycert = False
|
||||
misp_verifycert = False
|
||||
distrib = 0
|
||||
threat = 4
|
||||
analysis = 0
|
||||
|
||||
Reference in New Issue
Block a user