Skip to content

Commit c1e3ed9

Browse files
Sahidyakodster28
authored andcommitted
Change log for Automatic Audit Logs Beta release (#21329)
* Change log for Automatic Audit Logs Beta release * Updated note on GA release * Update src/content/products/audit-logs.yaml --------- Co-authored-by: Kody Jackson <[email protected]>
1 parent 5a18492 commit c1e3ed9

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
title: Audit logs (version 2) - Beta Release
3+
description: New version of audit logs
4+
date: 2025-03-27T11:00:00Z
5+
---
6+
The latest version of audit logs streamlines audit logging by automatically capturing all user and system actions performed through the Cloudflare Dashboard or public APIs. This update leverages Cloudflare’s existing API Gateway to generate audit logs based on OpenAPI schemas, ensuring a more consistent and automated logging process.
7+
8+
Availability: Audit logs (version 2) is now in Beta, with support limited to **API access**.
9+
10+
Use the following API endpoint to retrieve audit logs:
11+
```js
12+
GET https://api.cloudflare.com/client/v4/accounts/<account_id>/logs/audit?since=<date>&before=<date>
13+
14+
```
15+
You can access detailed documentation for audit logs (version 2) Beta API release [here](https://developers.cloudflare.com/api/resources/accounts/subresources/logs/subresources/audit/methods/list/).
16+
17+
**Key Improvements in the Beta Release:**
18+
19+
* **Automated & standardized logging**: Logs are now generated automatically using a standardized system, replacing manual, team-dependent logging. This ensures consistency across all Cloudflare services.
20+
21+
* **Expanded product coverage**: Increased audit log coverage from 75% to 95%. Key API endpoints such as `/accounts`, `/zones`, and `/organizations` are now included.
22+
23+
* **Granular filtering**: Logs now follow a uniform format, enabling precise filtering by actions, users, methods, and resources—allowing for faster and more efficient investigations.
24+
25+
* **Enhanced context and traceability**: Each log entry now includes detailed context, such as the authentication method used, the interface (API or Dashboard) through which the action was performed, and mappings to Cloudflare Ray IDs for better traceability.
26+
27+
* **Comprehensive activity capture**: Expanded logging to include GET requests and failed attempts, ensuring that all critical activities are recorded.
28+
29+
**Known Limitations in Beta**
30+
* Error handling for the API is not implemented.
31+
* There may be gaps or missing entries in the available audit logs.
32+
* UI is unavailable in this Beta release.
33+
* System-level logs and User-Activity logs are not included.
34+
35+
Support for these features is coming as part of the GA release later this year. For more details, including a sample audit log, check out our blog post: [Introducing Automatic Audit Logs](https://blog.cloudflare.com/introducing-automatic-audit-logs/)
36+
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name: Audit Logs
2+
3+
product:
4+
title: Audit Logs
5+
group: Core Platform
6+
url: /fundamentals/setup/account/account-security/review-audit-logs/
7+
show: false

0 commit comments

Comments
 (0)