mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Merge pull request #400 from Security-Onion-Solutions/fix/node_webhook
Fix/node webhook
This commit is contained in:
@@ -209,7 +209,10 @@ misp {
|
|||||||
#} ## <-- Uncomment to complete the configuration
|
#} ## <-- Uncomment to complete the configuration
|
||||||
}
|
}
|
||||||
webhooks {
|
webhooks {
|
||||||
SOCtopusWebHook {
|
NodeRedWebHook {
|
||||||
url = "http://{{ MASTERIP }}:7000/enrich"
|
url = "http://{{ MASTERIP }}:1880/thehive"
|
||||||
}
|
}
|
||||||
|
#SOCtopusWebHook {
|
||||||
|
# url = "http://{{ MASTERIP }}:7000/enrich"
|
||||||
|
#}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user