SIEM forwarding
Docker can forward audit events to your security information and event management (SIEM) system, letting you centralize Docker governance data alongside other security signals. Events are forwarded in NDJSON format. Docker verifies the endpoint is reachable with the supplied credential before saving.
Supported destinations
| Destination | Description |
|---|---|
| Splunk Cloud (HEC) | Hosted Splunk using the HTTP Event Collector |
| Splunk Enterprise (self-hosted) | Self-hosted Splunk using the HTTP Event Collector |
| Dynatrace | Dynatrace Log Management using the Log Ingest API |
| Custom HTTPS endpoint (advanced) | Any SIEM that accepts HTTPS with a custom authentication header |
Before you begin
SIEM forwarding requires Docker Cloud delivery to be enabled for your organization. If you haven't already, enable it under AI Platform > Audit logs > Audit delivery before configuring a SIEM destination. See Configure audit delivery.
Gather credentials from your SIEM before configuring forwarding:
- Splunk Cloud: HEC ingest URL and an HEC token. Optionally, a Splunk index name. See Splunk documentation.
- Splunk Enterprise: HEC endpoint URL (typically port 8088) and an HEC token. The endpoint must present a publicly-trusted TLS certificate. Optionally, a Splunk index name. See Splunk documentation.
- Dynatrace: Log Ingest API URL and an API token with the
logs.ingestscope. See Dynatrace documentation. - Custom HTTPS endpoint: Your endpoint URL, authentication header name, and
full header value including any scheme (for example,
Bearer <token>).
Add a SIEM destination
- Sign in to Docker Home.
- Open your organization.
- Go to AI Platform > Audit logs.
- Open Export & Connectors.
- Select Add destination.
- Select your destination and complete the form.
- Select Save.
If verification fails, check that the URL and credential are correct and that the endpoint is accessible from the internet.
Manage destinations
From the SIEM forwarding list, select the menu next to a destination to edit or delete it. The edit form lets you update credentials and toggle forwarding on or off for that destination. Deleting a destination permanently removes the endpoint and its stored credential and cannot be undone.