Skip to content

Integrations

Send Sentinel events to your security tools. Manage them in Integrations.

Integrations

Types

TypeConfigurationNotes
WebhookHTTPS URL, optional secret, optional headersJSON body. With a secret, every request carries X-Sentinel-Signature: sha256=<HMAC-SHA256 of the body>.
Sysloghost:port, UDP, TCP or TLS, RFC 5424 JSON or CEF, app nameFor SIEMs such as Splunk, Microsoft Sentinel, QRadar or Elastic
SlackIncoming webhook URLShort alert messages for a security channel

Events

EventWhen
alert.createdA new alert is created
alert.updatedAn alert's status or assignee changes
evidence.requestedAn investigator requests evidence
evidence.receivedA device uploads requested evidence
evidence.openedEvidence is opened (with the purpose)
device.revokedA device is revoked
policy.updatedA new policy version is published

Choose which events each integration receives and a minimum severity; the minimum applies to alert and evidence events. Masked matches are left out of payloads unless you enable Include masked matches for that integration.

Webhook payload

json
{
  "id": "0192f0c4-…",
  "type": "alert.created",
  "occurred_at": "2026-09-17T08:41:12Z",
  "organization": "Example Corp",
  "data": {
    "alert_id": 1042,
    "number": "ALR-1042",
    "rule_name": "AWS secret access key",
    "severity": "critical",
    "status": "open",
    "person": "maria.virtanen@example.com",
    "device": "Maria's MacBook Pro",
    "source_app": "Visual Studio Code",
    "finding_count": 1,
    "first_seen_at": "2026-09-17T08:41:10Z",
    "last_seen_at": "2026-09-17T08:41:10Z"
  }
}

Headers: X-Sentinel-Event, X-Sentinel-Delivery (unique per delivery) and, with a secret, X-Sentinel-Signature. Verify the signature by computing an HMAC-SHA256 of the raw request body with the secret.

Delivery and testing

  • Send test delivers a test event immediately and shows the result.
  • Failed deliveries are retried after 1 minute, 5 minutes, 30 minutes, 2 hours and 6 hours. The delivery history on each integration shows status codes and errors.
  • Secrets are stored encrypted and never shown again; leave the field empty to keep the current secret.
  • For security, integrations cannot deliver to loopback or link-local addresses.

NOTE

Syslog over UDP has no delivery confirmation. A successful test means the message was sent, not that a collector received it. Prefer TCP or TLS where your SIEM supports it.

Klipsu Sentinel is a product of Lygon Software · enterprise@klipsu.com