CloudWatch & Datadog Integration
If your AI workloads log to AWS CloudWatch or Datadog, you can forward those events to Igris for unified compliance tracking.AWS CloudWatch
Setup with Lambda Forwarder
Create a Lambda function that subscribes to your CloudWatch log group and forwards AI-related events to Igris. 1. Create the Lambda function:IGRIS_URL— your Igris deployment URLIGRIS_API_KEY— your ingestion API key
Endpoint
Datadog APM
Setup with Webhook
Use Datadog’s Webhook Integration to forward APM events to Igris. 1. Add webhook in Datadog: Go to Integrations → Webhooks and create:- Name:
igris-ingest - URL:
https://your-igris.fly.dev/api/v1/ingest/datadog - Headers:
- Payload:
service:ai-gateway).
Endpoint
Payload Normalization
Both providers are normalized to the standard audit event format:| Source Field | Igris Field |
|---|---|
| Log message / event body | Parsed for tool name, action, metadata |
| Timestamp | timestamp |
| Log group / service tag | metadata.source_detail |
| Trace/request ID | metadata.traceId |
CloudWatch and Datadog events are best-effort parsed. For structured AI logs, consider using the Raw JSON endpoint with your own normalization.