Supported Sources
Microsoft Sentinel
Azure-native SIEM. Forward alerts via Logic Apps or Automation Rules.
Elastic Security
Elastic SIEM. Forward alerts via Elastic webhook actions.
Splunk
Splunk Enterprise Security. Forward alerts via webhook alert actions.
Generic Webhook
Any source that can POST JSON. Use the generic format for unsupported SIEMs.
How Ingestion Works
- Validate — the source plugin checks the payload structure
- Normalize — maps source-specific fields to Calseta’s agent-native schema
- Extract indicators — pulls IPs, domains, hashes, URLs, emails, accounts from the payload
- Save — persists the normalized alert and indicators to the database
- Enqueue — enrichment and agent dispatch are queued for async processing
202 Accepted within 200ms. All enrichment and dispatch happen asynchronously.
Webhook Signature Verification
Each source can verify webhook signatures to ensure payloads haven’t been tampered with. Configure the webhook secret via environment variables:
Signature verification is optional but recommended for production deployments.

