Sep 30, 2025 – ACLP audit logs (closed beta)
in 15 days
[NEEDS BLURB ABOUT AUDIT LOGS - add once docs/overview reviewed by team]
UI Documentation
API Documentation
New operations
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.