You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/page-shield/alerts/index.mdx
+5-10Lines changed: 5 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,10 +24,6 @@ You can configure unscoped or scoped alerts:
24
24
25
25
-**Scoped alert**: An alert scoped to one or more zones. You must configure [policies](/page-shield/policies/) for the zones you select to receive any notifications. Scoped alerts are triggered immediately. Policy violations will not trigger an alert. For more information, refer to [Scoped alerts](#scoped-alerts).
26
26
27
-
:::note
28
-
Cloudflare only takes into account [policies in allow mode](/page-shield/policies/#policy-actions) for scoped alerts.
29
-
:::
30
-
31
27
For alerts sent at regular intervals, you might experience a delay between adding a new script and receiving an alert.
32
28
33
29
For instructions on configuring alerts, refer to [Configure an alert](/page-shield/alerts/configure/).
@@ -38,27 +34,26 @@ For instructions on configuring alerts, refer to [Configure an alert](/page-shie
38
34
Applies to Enterprise customers with a paid add-on.
39
35
:::
40
36
41
-
If you have configured [allow policies](/page-shield/policies/#policy-actions) in a zone — policies which allow specific scripts and connections and block everything else — you can filter alert notifications according to those policies. These alerts are called scoped alerts.
37
+
If you have configured [policies](/page-shield/policies/) in a zone, you can filter alert notifications according to those policies. These alerts are called scoped alerts.
42
38
43
-
When you create a scoped alert using the **Policies of these zones** alert filter, you will only receive the most relevant notifications based on the values of the allow policies you configured.
39
+
When you create a scoped alert using the **Policies of these zones** alert filter, you will only receive the most relevant notifications based on the policies you configured.
44
40
45
41
For each scoped alert, Cloudflare does the following:
46
42
47
-
1. Check which allow policies in a zone are enabled.
43
+
1. Check which policies in a zone are enabled, either in allow or in log mode.
48
44
2. For every enabled policy, compare the URL of the new or changed resource against the allowed sources in the policy.
49
45
3. If the resource is allowed by the policy, check if the new or modified resource should trigger the current alert.
50
46
4. If the alert should trigger, send an alert notification to the configured destinations.
51
47
52
-
When you create a scoped alert you will not receive notifications for resources blocked by an allow policy. These are [policy violations](/page-shield/policies/violations/) that you can review in the dashboard, through GraphQL, or via Logpush.
48
+
When you create a scoped alert you will not receive notifications for resources that are not allowed by a policy (either [in allow or in log mode](/page-shield/policies/#policy-actions)). These are [policy violations](/page-shield/policies/violations/) that you can review in the dashboard, through GraphQL, or via Logpush.
53
49
54
50
:::note
55
51
56
52
You will not receive notifications for a scoped alert in the following cases:
57
53
58
54
- No configured policies in the zone
59
-
- Policy configured in log mode
60
55
- Policy is not enabled
61
56
62
57
:::
63
58
64
-
For unscoped alerts, you will receive alerts for resources detected in all your zones, and you may receive alerts about resources that are blocked by one of your configured allow policies.
59
+
For unscoped alerts, you will receive alerts for resources detected in all your zones, and you may receive alerts about resources that violate your configured policies.
Copy file name to clipboardExpand all lines: src/content/docs/page-shield/policies/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,4 +43,4 @@ Refer to the following pages for instructions on creating a policy or content se
43
43
-[Create a policy in the dashboard](/page-shield/policies/create-dashboard/)
44
44
-[Page Shield API: Create a policy](/page-shield/reference/page-shield-api/#create-a-policy)
45
45
46
-
Once you have configured one or more allow policies in a zone, you can filter alert notifications according to those policies. These alerts are called [scoped alerts](/page-shield/alerts/#scoped-alerts).
46
+
Once you have configured one or more policies in a zone, you can filter alert notifications according to those policies. These alerts are called [scoped alerts](/page-shield/alerts/#scoped-alerts).
Copy file name to clipboardExpand all lines: src/content/partials/page-shield/alerts-configure.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ To configure an alert:
15
15
2. Choose **Add** and then select **Page Shield** in the **Product** dropdown.
16
16
3. Select an [alert type](/page-shield/alerts/alert-types/).
17
17
4. Enter the notification name and description.
18
-
5. (Optional) If you are an Enterprise customer with a paid add-on, you can [define the zones for which you want to filter alerts](/page-shield/alerts/#scoped-alerts) in **Policies of these zones**. This option requires that you define [allow policies](/page-shield/policies/#policy-actions) in the selected zones.
18
+
5. (Optional) If you are an Enterprise customer with a paid add-on, you can [define the zones for which you want to filter alerts](/page-shield/alerts/#scoped-alerts) in **Policies of these zones**. This option requires that you define [policies](/page-shield/policies/) in the selected zones.
19
19
6. Select one or more notification destinations (notification email, webhooks, and connected notification services).
0 commit comments