github.com/crowdsecurity/crowdsec@v1.6.1/cmd/notification-sentinel/sentinel.yaml (about) 1 type: sentinel # Don't change 2 name: sentinel_default # Must match the registered plugin in the profile 3 4 # One of "trace", "debug", "info", "warn", "error", "off" 5 log_level: info 6 # group_wait: # Time to wait collecting alerts before relaying a message to this plugin, eg "30s" 7 # group_threshold: # Amount of alerts that triggers a message before <group_wait> has expired, eg "10" 8 # max_retry: # Number of attempts to relay messages to plugins in case of error 9 # timeout: # Time to wait for response from the plugin before considering the attempt a failure, eg "10s" 10 11 #------------------------- 12 # plugin-specific options 13 14 # The following template receives a list of models.Alert objects 15 # The output goes in the http request body 16 format: | 17 {{.|toJson}} 18 19 customer_id: XXX-XXX 20 shared_key: XXXXXXX 21 log_type: crowdsec