Nov 19, 2025 – Logs (beta)
Akamai Cloud Pulse Logs is a log delivery service that enables you to collect log data from multiple Akamai Cloud services and deliver it to the destination of your choice. The current release is focused on audit logs that capture control plan operations, recording user and system events across your cloud environment. These events are collected, structured in JSON format, and delivered to the configured destination.
You can configure logs streams using Cloud Manager or the Linode API. The Logs guide provides information to help get started with log delivery. The relevant API operations are listed below.
Features
-
Real-Time Log Delivery. Stream audit logs directly to your Object Storage for immediate access and for integration into observability tools such as Splunk, Datadog, or Prometheus.
-
Structured JSON Format: Logs are delivered in a standardized, machine-readable format for easy parsing and analysis.
-
Coverage Across Core Services: Logs are collected and can be streamed to your configured destination for the from the following services:
-
Identity and Access Management (IAM)
-
Cloud Firewalls
-
VPC
-
Linode Kubernetes Engine - Enterprise (LKE-E)
-
API Documentation
Several new operations have been added for this support:
-
Create a destination (POST /monitor/streams/destinations)
-
List destinations (GET /monitor/streams/destinations)
-
Get a destination (GET /monitor/streams/destinations/{destination_id})
-
Update a destination (PUT /monitor/streams/destinations/{destination_id})
-
Delete a destination (DELETE /monitor/streams/destinations/{destination_id})
-
Get a destination's history (GET /monitor/streams/destinations/{destination_id}/history)
-
Create a stream (POST /monitor/streams)
-
List streams (GET /monitor/streams)
-
Get a stream (GET /monitor/streams/{stream_id})
-
Update a stream (PUT /monitor/streams/{stream_id})
-
Delete a stream (DELETE /monitor/streams/{stream_id})
-
Get a stream's history (GET /monitor/streams/{stream_id}/history)
-
Get a stream's statistics (GET /monitor/streams/{stream_id}/stats)
Example workflow
Check out this workflow for the basics on configuring audit log delivery using the Linode API.
