mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-10 20:05:55 +02:00
add sentinel notification plugin (#2268)
This commit is contained in:
parent
4bc225f26b
commit
77d58652a3
17 changed files with 284 additions and 4 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue