Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion src/content/docs/page-shield/alerts/configure.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ sidebar:
description: Configure scoped or unscoped client-side resource alerts to get notified about relevant client-side changes on your zones.
---

import { Render } from "~/components";
import { Render, DashButton } from "~/components";

<Render file="alerts-configure" product="page-shield" />

## Manage alerts

To edit, delete, or disable an alert, go to the **Notifications** page.

<DashButton url="/?to=/:account/notifications" />
2 changes: 1 addition & 1 deletion src/content/docs/security/rules.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ To learn more about DDoS protection overrides, refer to the following resources:
- [Network-layer DDoS attack protection overrides](/ddos-protection/managed-rulesets/network/network-overrides/)

:::note
You define overrides for the Network-layer DDoS attack protection managed ruleset at the account level in Account Home > **L3/4 DDoS** > **Network-layer DDoS Protection**.
You define [overrides for the Network-layer DDoS attack protection managed ruleset](/ddos-protection/managed-rulesets/network/network-overrides/configure-dashboard/) at the account level.
:::
9 changes: 5 additions & 4 deletions src/content/partials/page-shield/alerts-configure.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@
{}
---

import { Steps } from "~/components";
import { Steps, DashButton } from "~/components";

To configure an alert:

<Steps>

1. Go to Account Home > **Notifications**.
1. In the Cloudflare dashboard, go to the **Notifications** page.

<DashButton url="/?to=/:account/notifications" />

2. Choose **Add** and then select **Page Shield** in the **Product** dropdown.
3. Select an [alert type](/page-shield/alerts/alert-types/).
4. Enter the notification name and description.
Expand All @@ -17,5 +20,3 @@ To configure an alert:
7. Select **Create**.

</Steps>

To edit, delete, or disable an alert, go to your [account notifications](https://dash.cloudflare.com/?to=/:account/notifications).