diff --git a/salt/hive/thehive/etc/application.conf b/salt/hive/thehive/etc/application.conf index 14a635e54..ae588a42d 100644 --- a/salt/hive/thehive/etc/application.conf +++ b/salt/hive/thehive/etc/application.conf @@ -209,7 +209,10 @@ misp { #} ## <-- Uncomment to complete the configuration } webhooks { - SOCtopusWebHook { - url = "http://{{ MASTERIP }}:7000/enrich" + NodeRedWebHook { + url = "http://{{ MASTERIP }}:1880/thehive" } + #SOCtopusWebHook { + # url = "http://{{ MASTERIP }}:7000/enrich" + #} }