Merge pull request #400 from Security-Onion-Solutions/fix/node_webhook

Fix/node webhook
This commit is contained in:
weslambert
2020-03-06 11:17:40 -05:00
committed by GitHub

View File

@@ -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"
#}
}