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
Bot alerts inform you when Cloudflare detects spikes in your traffic with any of the following characteristics:
12
12
@@ -25,18 +25,19 @@ Bot alerts inform you when Cloudflare detects spikes in your traffic with any of
25
25
To receive Bot alerts, you must [configure a notification](/notifications/get-started/). Notifications help you stay up to date with your Cloudflare account through email, PagerDuty, or webhooks, depending on your Cloudflare plan.
26
26
27
27
<Steps>
28
-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account.
29
-
2. Go to **Notifications**.
30
-
3. In **Notifications**, select **Add**.
31
-
4. Select **Bot Management** from the Product list.
32
-
5. Choose one of the available bot detection alerts (depending on whether you want to set up custom filters and/or grouping):
33
-
- Bot Detection Alert
34
-
- Custom Bot Detection Alert
35
-
6. Enter a notification name and (optionally) a description.
36
-
7. Select the domain(s) to monitor for this alert.
37
-
8. Configure a delivery method for the notification. The available delivery methods depend on your Cloudflare plan. For more information, refer to [Cloudflare Notifications](/notifications/).
38
-
9. If you are creating a notification for Custom Bot Detection Alert, define the parameters that will filter the notifications you will receive.
39
-
10. Select **Save**.
28
+
1. In the Cloudflare dashboard, go to the **Notifications** page.
29
+
30
+
<DashButtonurl="/?to=/:account/notifications" />
31
+
3. Select **Add**.
32
+
4. Select **Bot Management** from the Product list.
33
+
5. Choose one of the available bot detection alerts (depending on whether you want to set up custom filters and/or grouping):
34
+
- Bot Detection Alert
35
+
- Custom Bot Detection Alert
36
+
6. Enter a notification name and (optionally) a description.
37
+
7. Select the domain(s) to monitor for this alert.
38
+
8. Configure a delivery method for the notification. The available delivery methods depend on your Cloudflare plan. For more information, refer to [Cloudflare Notifications](/notifications/).
39
+
9. If you are creating a notification for Custom Bot Detection Alert, define the parameters that will filter the notifications you will receive.
Copy file name to clipboardExpand all lines: src/content/docs/notifications/get-started/configure-pagerduty.mdx
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ sidebar:
6
6
7
7
---
8
8
9
+
import { DashButton } from"~/components";
10
+
9
11
:::note
10
12
11
13
This feature is only available if your account has at least one zone on a Business or higher plan. For more information, refer to our [plans](https://www.cloudflare.com/plans/).
@@ -24,8 +26,10 @@ According to PagerDuty, you will need an account with the following permissions
24
26
25
27
## Connect PagerDuty to a Cloudflare account
26
28
27
-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select your account.
28
-
2. Go to **Notifications** > **Destinations**.
29
+
1. In the Cloudflare dashboard, go to the **Notifications** page.
30
+
31
+
<DashButtonurl="/?to=/:account/notifications" />
32
+
2. Go to **Destinations**.
29
33
3. In the **Connected notification services** card, select **Connect**.
30
34
4. Log in to your [PagerDuty account](https://www.pagerduty.com/) to connect it to your Cloudflare account.
31
35
5. Choose the services you want to use and select **Connect**.
@@ -41,8 +45,10 @@ Disconnecting PagerDuty will disable any notifications being sent to PagerDuty w
41
45
42
46
If other delivery destinations were selected, then those notifications will still be routed as configured.
43
47
44
-
1. Log in to your [Cloudflare dashboard](https://dash.cloudflare.com/login) and select your account.
45
-
2. Go to **Notifications** > **Destinations**.
48
+
1. In the Cloudflare dashboard, go to the **Notifications** page.
49
+
50
+
<DashButtonurl="/?to=/:account/notifications" />
51
+
2. Go to **Destinations**.
46
52
3. In the **Connected notification services** card, select **View** on the PagerDuty service you want to disconnect.
47
53
4. Select **Disconnect** > **Confirm**.
48
54
5. Log in to your [PagerDuty account](https://www.pagerduty.com/) and make the required changes.
Copy file name to clipboardExpand all lines: src/content/docs/notifications/get-started/configure-webhooks.mdx
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ sidebar:
6
6
7
7
---
8
8
9
+
import { DashButton } from"~/components";
10
+
9
11
:::note
10
12
11
13
This feature is only available if your account has at least one zone with a pro plan or above. For more information, refer to our [plans](https://www.cloudflare.com/plans/).
@@ -15,8 +17,10 @@ There are a variety of services you can connect to Cloudflare using webhooks to
15
17
16
18
## Configure webhooks
17
19
18
-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select your account.
19
-
2. Go to **Notifications** > **Destinations**.
20
+
1. In the Cloudflare dashboard, go to the **Notifications** page.
21
+
22
+
<DashButtonurl="/?to=/:account/notifications" />
23
+
2. Go to **Destinations**.
20
24
3. In the **Webhooks** card, select **Create**.
21
25
4. Give your webhook a name to use for identification later.
22
26
5. In the **URL** field, enter the URL of the third-party service that you have previously set up and want to connect to your Cloudflare account.
@@ -29,8 +33,10 @@ The new webhook will appear in the **Webhooks** card.
29
33
30
34
You can only edit the name of webhooks and/or delete them.
31
35
32
-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select your account.
33
-
2. Go to **Notifications** > **Destinations**.
36
+
1. In the Cloudflare dashboard, go to the **Notifications** page.
37
+
38
+
<DashButtonurl="/?to=/:account/notifications" />
39
+
2. Go to **Destinations**.
34
40
3. In the **Webhooks** card, select **Edit** on the webhook that you want to edit.
Copy file name to clipboardExpand all lines: src/content/docs/notifications/get-started/index.mdx
+18-13Lines changed: 18 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,8 @@ sidebar:
9
9
10
10
---
11
11
12
+
import { DashButton } from"~/components";
13
+
12
14
The list of notifications available depends on the type of account you have. Refer to [Available Notifications](/notifications/notification-available/) to learn more about what each notification does and what do to when receiving one.
13
15
14
16
You can check the [Notification History](/notifications/notification-history/) using the API to view notifications that have been generated for your account.
@@ -31,12 +33,13 @@ This guide will help you create, edit, test, or delete notifications using the C
31
33
32
34
You can create a notification via the Cloudflare dashboard.
33
35
34
-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select your account.
35
-
2. Go to **Notifications**.
36
-
3. Select **Add**.
37
-
4. On the notification you want to create, choose **Select**.
38
-
5. Name the notification.
39
-
6. Enter an email address to receive the notifications.
36
+
1. In the Cloudflare dashboard, go to the **Notifications** page.
37
+
38
+
<DashButtonurl="/?to=/:account/notifications" />
39
+
2. Select **Add**.
40
+
3. On the notification you want to create, choose **Select**.
41
+
4. Name the notification.
42
+
5. Enter an email address to receive the notifications.
40
43
41
44
:::note
42
45
@@ -52,20 +55,22 @@ The browser will navigate back to the list of notifications, where the new notif
52
55
53
56
You can edit existing Notifications via the Cloudflare dashboard.
54
57
55
-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select your account.
56
-
2. Go to **Notifications**.
57
-
3. Select **Edit** on the Notification that you want to modify.
58
-
4. Make your changes as needed and select **Save**.
58
+
1. In the Cloudflare dashboard, go to the **Notifications** page.
59
+
60
+
<DashButtonurl="/?to=/:account/notifications" />
61
+
2. On the notification that you want to modify, select **Edit**.
62
+
3. Make your changes as needed and select **Save**.
59
63
60
64
The browser will navigate back to the list of notifications.
61
65
62
66
### Disable or delete a notification
63
67
64
68
You can delete or disable existing Notifications via the Cloudflare dashboard.
65
69
66
-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select your account.
67
-
2. Go to **Notifications**.
68
-
3. On the notification that you want to disable, select the **Enabled** toggle. To delete it, select **Delete**.
70
+
1. In the Cloudflare dashboard, go to the **Notifications** page.
71
+
72
+
<DashButtonurl="/?to=/:account/notifications" />
73
+
2. On the notification that you want to disable, select the **Enabled** toggle. To delete it, select **Delete**.
0 commit comments