-
Notifications
You must be signed in to change notification settings - Fork 10.4k
[WAF] Refactor Security Events #20092
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WAF] Refactor Security Events #20092
Conversation
|
Howdy and thanks for contributing to our repo. We review internal PRs with 1 week. If it's something urgent or has been sitting without a comment, start a thread in the Developer Docs space internally. |
|
This PR changes current filenames or deletes current files. Make sure you have redirects set up to cover the following paths:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replaced with src/assets/images/waf/events-sampled-logs.png.
| - [Events summary](#events-summary): Provides the number of security events on traffic during the selected time period, grouped according to the selected dimension (for example, Action, Host, Country). | ||
| - [Events by service](#events-by-service): Lists the security-related activity per security feature (for example, WAF, API Shield). | ||
| - [Top events by source](#top-events-by-source): Provides details of the traffic flagged or actioned by a Cloudflare security feature (for example, IP addresses, User Agents, Paths, Countries, Hosts, ASNs). | ||
| - [Sampled logs](#sampled-logs): Summarizes security events by date to show the action taken and the applied Cloudflare security product. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Main changes:
- Moved content from 5 partials to this page, now that there's only a single page for free and paid customers. That content did not change. (Also deleted those partials in this PR.)
- Activity log is now Sampled logs.
src/content/docs/waf/reference/legacy/old-waf-managed-rules/index.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/waf/reference/legacy/old-waf-managed-rules/index.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/waf/reference/legacy/old-waf-managed-rules/index.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/waf/reference/legacy/old-waf-managed-rules/index.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/waf/reference/legacy/old-waf-managed-rules/index.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/waf/reference/migration-guides/waf-managed-rules-migration.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/waf/reference/migration-guides/waf-managed-rules-migration.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/waf/reference/migration-guides/waf-managed-rules-migration.mdx
Outdated
Show resolved
Hide resolved
Co-authored-by: Jun Lee <[email protected]>
Summary
Addresses PCX-16008.
Converts section into a single page.
Updates "Activity log" to "Sampled logs" according to the change already done in the dashboard.
Moves Validation Service page to "Additional tools".
Documentation checklist