add sentinel notification plugin (#2268)

This commit is contained in:
blotus 2023-07-25 15:07:10 +02:00 committed by GitHub
parent 4bc225f26b
commit 77d58652a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 284 additions and 4 deletions

View file

@ -71,7 +71,7 @@ $parser_s02="$parser_dir\s02-enrich"
$scenarios_dir="$config_dir\scenarios"
$postoverflows_dir="$config_dir\postoverflows"
$hub_dir="$config_dir\hub"
$plugins=@("http", "slack", "splunk")
$plugins=@("http", "slack", "splunk", "email", "sentinel")
$plugins_dir="plugins"
$notif_dir="notifications"

View file

@ -47,7 +47,7 @@ PARSER_S02="$PARSER_DIR/s02-enrich"
SCENARIOS_DIR="$CONFIG_DIR/scenarios"
POSTOVERFLOWS_DIR="$CONFIG_DIR/postoverflows"
HUB_DIR="$CONFIG_DIR/hub"
PLUGINS="http slack splunk email"
PLUGINS="http slack splunk email sentinel"
PLUGINS_DIR="plugins"
NOTIF_DIR="notifications"