Available destinations
Thirteen connectors across three categories. Every Policy Gateway plan gets all of them.SIEM & observability
Splunk HEC
HTTP Event Collector with token auth
Datadog Logs
Datadog Logs intake API
Elastic
Elasticsearch / Elastic Cloud index
Azure Monitor
Log Analytics workspace (Data Collector API)
Cloud storage
Amazon S3
Bucket archive
Azure Blob Storage
Container archive
Google Cloud Storage
Bucket archive via S3-compatible HMAC keys
Backblaze B2
Bucket archive via S3-compatible API
Cloudflare R2
Zero-egress bucket archive
Generic
HTTP Webhook
POST to any endpoint (Slack, PagerDuty, internal)
S3-Compatible
MinIO, Wasabi, DigitalOcean Spaces, etc.
OpenTelemetry
OTLP over HTTP or gRPC
Event shape
Every decision emits one event. All three event classes (enforcement, simulation, revision) share a base schema:
Decision fields
Event variants
event_type: "enforcement" fires on every governed request and uses the base schema above.
event_type: "simulation" fires when the console’s policy simulator is used. Adds:
event_type: "revision" fires on policy create/update/delete. Adds:
Delivery
At-least-once delivery — expect duplicates and dedupe onevent_id. Connector health surfaces in the console.