Documentation Index
Fetch the complete documentation index at: https://docs.getimmutable.dev/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Immutable’s log streams can feed your Security Information and Event Management (SIEM) system with real-time audit events. This enables centralized monitoring, correlation with other data sources, and long-term retention in your existing infrastructure.HTTPS Webhook to SIEM
Most SIEM platforms accept data via HTTP endpoints. Configure an HTTPS webhook log stream pointed at your SIEM’s ingestion URL.Splunk
Use Splunk’s HTTP Event Collector (HEC):- Enable HEC in Splunk and create a new token.
- In Immutable, create a log stream with:
- URL:
https://your-splunk.example.com:8088/services/collector/event - Signing Secret: Your webhook signing secret
- URL:
X-Immutable-Signature header and forward the payload to Splunk’s HEC.
Datadog
Use Datadog’s Log Management HTTP API:- Create a Datadog API key.
- Set up a proxy endpoint that receives Immutable webhooks and forwards them to
https://http-intake.logs.datadoghq.com/api/v2/logs.
Elastic / ELK Stack
Point your log stream at Elasticsearch’s bulk API or Logstash’s HTTP input plugin.Webhook Payload Format
Each event is delivered as a JSON payload:S3 Destination for Cold Storage
For long-term archival and batch analysis, configure an S3 log stream:- Create an S3-compatible bucket (AWS S3, Cloudflare R2, MinIO).
- Generate access credentials with write permissions.
- In Immutable, create an S3 log stream with your bucket details.
Architecture Example
Plan Quotas
| Plan | Log Stream Limit |
|---|---|
| Free | 1 |
| Starter | 3 |
| Pro | 10 |
| Enterprise | Unlimited |