delimit_siem
Configure and manage SIEM streaming for audit-event forwarding to Splunk, Datadog, EventBridge, or webhooks.
Instructions
Manage SIEM streaming for audit-event forwarding (Splunk/Datadog/etc.).
When to use: to inspect or configure where Delimit's audit events stream — Splunk, Datadog, EventBridge, generic webhooks. When NOT to use: for one-shot notifications (use delimit_notify) or inbox handling (delimit_notify_inbox).
Sibling contrast: delimit_notify sends to humans; this configures structured-log streaming to SIEM endpoints.
Side effects: action="configure" / "forward" / "test" write to the configured SIEM endpoints (network calls). action="status" is read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | One of "status" (default), "configure", "test", "forward". | status |
| integration | No | One of "splunk", "datadog", "eventbridge", "webhook" (for configure). | |
| settings | No | JSON string of settings (for configure). | |
| enabled | No | "true" or "false" (for configure). | |
| event | No | JSON string of an event (for forward / test). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||