feat(dlp): implement SIEM/SOAR integrations (CEF, webhook, syslog, systemd timers)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
aw_api_base: "http://127.0.0.1:5600/api/0"
|
||||
state_path: "/var/lib/activitywatch/dlp-integrations/webhook-state.json"
|
||||
retries: 4
|
||||
timeout_sec: 15
|
||||
backoff_base: 2.0
|
||||
per_bucket_limit: 300
|
||||
critical_webhooks:
|
||||
- url: "https://hooks.slack.com/services/REPLACE/ME"
|
||||
severity: ["high"]
|
||||
Reference in New Issue
Block a user