Skip to content

[Audit Logs] Add organization-level dashboard UI changelog#31652

Open
farahshousha wants to merge 2 commits into
cloudflare:productionfrom
farahshousha:org-audit-logs-ui-changelog
Open

[Audit Logs] Add organization-level dashboard UI changelog#31652
farahshousha wants to merge 2 commits into
cloudflare:productionfrom
farahshousha:org-audit-logs-ui-changelog

Conversation

@farahshousha

Copy link
Copy Markdown

Summary

Adding a changelog entry for the Audit Logs v2 organization-level dashboard UI release.

This changelog announces that organization audit logs are now available in the Cloudflare dashboard for Organization Admins. The entry follows the existing audit logs changelog format and includes navigation instructions and links to documentation.

Screenshots (optional)

Documentation checklist

@cloudflare-docs-bot

cloudflare-docs-bot Bot commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

Review

⚠️ 3 warnings, 💡 5 suggestions found in commit 92001aa.

Code Review

This code review is in beta and may not always be helpful — use your judgment.

Warnings (3)
File Issue
ddos-protection/advanced-ddos-systems/overview/programmable-flow-protection.mdx line 1009 Inaccurate return-code documentationget_src_ip_status documents a -3 return for a buffer being too small, but the signature int get_src_ip_status(uint8_t \*status, uint64_t \*expiry) accepts only fixed-size pointers and has no length argument, so a "too small" condition cannot be expressed. Fix: Remove the -3 buffer-too-small return-code description or add the missing size/length parameter to the signature and implementation.
ddos-protection/advanced-ddos-systems/overview/programmable-flow-protection.mdx line 1045 Inaccurate return-code documentationget_src_ip_data documents a -3 return for a buffer being too small, but the signature int get_src_ip_data(uint64_t \*data) takes a single fixed-size pointer and has no length argument. Fix: Remove the -3 buffer-too-small return-code description or add a size/length parameter to the signature and implementation.
ddos-protection/advanced-ddos-systems/overview/programmable-flow-protection.mdx line 1080 Inaccurate return-code documentationget_flow_data documents a -3 return for a buffer being too small, but the signature int get_flow_data(uint64_t \*data) takes a single fixed-size pointer and has no length argument. Fix: Remove the -3 buffer-too-small return-code description or add a size/length parameter to the signature and implementation.

Style Guide Review

Suggestions (5)
File Issue
ddos-protection/advanced-ddos-systems/overview/programmable-flow-protection.mdx line 1321 Use "go to" instead of "navigate to" — Line uses "navigate to Networking > L3/4 DDoS protection > Advanced Protection" Fix: Replace "navigate to" with "go to"
ddos-protection/advanced-ddos-systems/overview/programmable-flow-protection.mdx line 1323 Use "select" instead of "click" — Line contains "click the button "Upload new program."" Fix: Replace "click" with "select"
ddos-protection/advanced-ddos-systems/overview/programmable-flow-protection.mdx line 1354 Remove LLM-filler phrase — Line starts with "Note that" Fix: Remove "Note that" and state the fact directly
ddos-protection/advanced-ddos-systems/overview/programmable-flow-protection.mdx line 1380 Use "go to" instead of "navigate to" — Line uses "navigate to the Rules section" Fix: Replace "navigate to" with "go to"
ddos-protection/advanced-ddos-systems/overview/programmable-flow-protection.mdx line 1380 Use "select" instead of "click" — Line contains "Click the three dots" Fix: Replace "Click" with "Select"
Commands

Only codeowners can run commands. Post a comment with the command to trigger it.

Command Description
/review Runs a review now. Incremental if a prior review exists, full if not.
/full-review Re-reviews the entire PR diff from scratch, ignoring incremental history. Useful after a rebase, when you want a fresh review, or if the bot gets out of sync and reports issues that no longer exist.
/ignore-review-limit Permanently lifts the 2-review automatic limit for this PR. Future pushes will trigger reviews as normal.

---

Audit Logs for [Organizations](/fundamentals/organizations/) is now available in the Cloudflare dashboard. Org Admins can review user-initiated actions performed at the organization level directly from the Cloudflare dashboard, in addition to the existing API access. Organization-level audit logs have the same capabilities as account-level audit logs, including filtering, search, and change history.

@nikitacano nikitacano Jun 23, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's add a screenshot or a GIF here.


**Accessing organization audit logs**

To access organization audit logs in the Cloudflare dashboard, go to **Organizations** > (select your organization) > **Manage Organization** > **Audit Logs**.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should use a go button here with a preconfigured URL.

date: 2026-06-23
---

Audit Logs for [Organizations](/fundamentals/organizations/) is now available in the Cloudflare dashboard. Org Admins can review user-initiated actions performed at the organization level directly from the Cloudflare dashboard, in addition to the existing API access. Organization-level audit logs have the same capabilities as account-level audit logs, including filtering, search, and change history.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's link to Audit Logs dev docs here too.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the commit about DDoS protection from here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants