Skip to content

Commit 7182715

Browse files
Hyperlint Automation Fix
1 parent 49f80be commit 7182715

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/content/changelog/audit-logs/2025-03-27-automatic-audit-logs-beta-release.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ title: Audit logs (version 2) - Beta Release
33
description: New version of audit logs
44
date: 2025-03-27T11:00:00Z
55
---
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 Cloudflares existing API Shield to generate audit logs based on OpenAPI schemas, ensuring a more consistent and automated logging process.
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 Shield to generate audit logs based on OpenAPI schemas, ensuring a more consistent and automated logging process.
77

88
Availability: Audit logs (version 2) is now in Beta, with support limited to **API access**.
99

1010
Use the following API endpoint to retrieve audit logs:
1111
```js
1212
GET https://api.cloudflare.com/client/v4/accounts/<account_id>/logs/audit?since=<date>&before=<date>
13-
1413
```
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/).
14+
```
15+
You can access detailed documentation for the audit logs (version 2) Beta API release in the [Audit Logs API documentation](/api/resources/accounts/subresources/logs/subresources/audit/methods/list/).
1616
1717
**Key Improvements in the Beta Release:**
1818
@@ -28,7 +28,7 @@ You can access detailed documentation for audit logs (version 2) Beta API releas
2828
2929
**Known Limitations in Beta**
3030
* Error handling for the API is not implemented.
31-
* There may be gaps or missing entries in the available audit logs.
31+
* There aren't any gaps or missing entries in the available audit logs.
3232
* UI is unavailable in this Beta release.
3333
* System-level logs and User-Activity logs are not included.
3434

0 commit comments

Comments
 (0)