From 627d89c4816b5b54ac4fd7f8336fc4aaa0cdfb0b Mon Sep 17 00:00:00 2001 From: Wes Lambert Date: Fri, 6 Mar 2020 16:16:02 +0000 Subject: [PATCH] fix webhook --- salt/hive/thehive/etc/application.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/salt/hive/thehive/etc/application.conf b/salt/hive/thehive/etc/application.conf index 14a635e54..9aa328cb4 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" + NodRedWebHook { + url = "http://{{ MASTERIP }}:1880/thehive" } + #SOCtopusWebHook { + # url = "http://{{ MASTERIP }}:7000/enrich" + #} }