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/log-explorer/custom-dashboards.mdx
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@ sidebar:
5
5
order: 4
6
6
---
7
7
8
+
import { DashButton } from"~/components";
9
+
8
10
Custom dashboards allow you to create tailored dashboards to monitor application security, performance, and usage. You can create monitors for ongoing monitoring of a previous incident, use them to identify indicators of suspicious activity, and access templates to help you get started.
9
11
10
12
:::note
@@ -19,10 +21,9 @@ Different metrics serve distinct roles in providing insights into your applicati
19
21
20
22
## Create a new dashboard
21
23
22
-
To create a new dashboard:
24
+
To create a new dashboard, go to the **Log Explorer** > **Dashboards** page.
23
25
24
-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select your account.
Log Explorer enables you to store and explore your Cloudflare logs directly within the Cloudflare dashboard or API, giving you visibility into your logs without the need to forward them to third-party services. Logs are stored on Cloudflare's global network using the R2 object storage platform and can be queried via the dashboard or SQL API.
11
11
12
12
## Use Log Explorer
13
13
14
14
You can filter and view your logs via the Cloudflare dashboard or the API.
15
15
16
-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select your account.
17
-
2. Go to **Log Explorer** > **Log Search**.
18
-
3. Select the **Dataset** you want to use and in **Columns** select the dataset fields. If you selected a zone scoped dataset, select the zone you would like to use.
19
-
4. Enter a **Limit**. A limit is the maximum number of results to return, for example, 50.
20
-
5. Select the **Time period** from which you want to query, for example, the previous 12 hours.
21
-
6. Select **Add filter** to create your query. Select a **Field**, an **Operator**, and a **Value**, then select **Apply**.
22
-
7. A query preview is displayed. Select **Custom SQL** to change the query.
23
-
8. Select **Run query** when you are done. The results are displayed below within the **Query results** section.
16
+
1. In the Cloudflare dashboard, go to the **Log Explorer** > **Log Search** page.
2. Select the **Dataset** you want to use and in **Columns** select the dataset fields. If you selected a zone scoped dataset, select the zone you would like to use.
21
+
3. Enter a **Limit**. A limit is the maximum number of results to return, for example, 50.
22
+
4. Select the **Time period** from which you want to query, for example, the previous 12 hours.
23
+
5. Select **Add filter** to create your query. Select a **Field**, an **Operator**, and a **Value**, then select **Apply**.
24
+
6. A query preview is displayed. Select **Custom SQL** to change the query.
25
+
7. Select **Run query** when you are done. The results are displayed below within the **Query results** section.
24
26
25
27
For example, to find an HTTP request with a specific [Ray ID](/fundamentals/reference/cloudflare-ray-id/), go to **Custom SQL**, and enter the following SQL query:
Copy file name to clipboardExpand all lines: src/content/docs/logs/instant-logs.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
@@ -17,7 +17,7 @@ Instant Logs allows Cloudflare customers to access a live stream of the traffic
17
17
18
18
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select the [zone](/fundamentals/concepts/accounts-and-zones/#zones) you want to use with Instant Logs.
Logpush jobs may fail for a few reasons, for instance because the destination is unreachable, because of a change in permissions at the customers’ origin, or because a Logpush job did not complete at least one successful push in the last 24 hour.
12
12
@@ -20,12 +20,14 @@ Alerts are sent via the [Cloudflare Notifications](/notifications/) system. They
20
20
21
21
You can add an alert for **Failing Logpush Job Disabled** via the **Notifications** section of the dashboard. Note that alerts can be configured at the account level and apply to all jobs within an account.
22
22
23
-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account and domain.
24
-
2. Navigate to **Notifications**.
25
-
3. Next, select **Add**.
26
-
4. Select the alert **Failing Logpush Job Disabled**.
27
-
5. Configure the alert: choose a name, add a description (optional), select the notification services, Webhooks and enter the email where you want to be notified.
28
-
6. Select **Save**.
23
+
1. In the Cloudflare dashboard, go to the **Notifications** page.
24
+
25
+
<DashButtonurl="/?to=/:account/notifications" />
26
+
27
+
2. Next, select **Add**.
28
+
3. Select the alert **Failing Logpush Job Disabled**.
29
+
4. Configure the alert: choose a name, add a description (optional), select the notification services, Webhooks and enter the email where you want to be notified.
30
+
5. Select **Save**.
29
31
30
32
When you complete these steps, you will receive an email alert if your Logpush job is disabled.
Copy file name to clipboardExpand all lines: src/content/docs/speed/speed-test/faq.mdx
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ sidebar:
7
7
order: 5
8
8
---
9
9
10
-
import { Render } from"~/components";
10
+
import { Render, DashButton } from"~/components";
11
11
12
12
Below you will find answers to our most commonly asked questions. If you cannot find the answer you are looking for, refer to the [community page](https://community.cloudflare.com/c/website-application-performance/88) to explore more resources.
13
13
@@ -49,11 +49,13 @@ Differences between Real User Monitoring (RUM) analytics and traffic analytics i
49
49
50
50
## How do I disable Real User Monitoring (RUM) if it has been enabled from the Observatory test result page?
51
51
52
-
Enabling RUM creates a Web Analytics configuration entry for the hostname at the account level, under **Analytics & Logs > Web Analytics**.
52
+
Enabling RUM creates a Web Analytics configuration entry for the hostname at the account level.
53
53
54
54
If you wish to disable RUM, follow these steps:
55
55
56
-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select your account.
57
-
2. Go to **Analytics & Logs > Web Analytics**.
58
-
3. Select **Manage Site** for the hostname for which you wish to disable RUM.
59
-
4. Select **Delete**.
56
+
1. In the Cloudflare dashboard, go to the **Web Analytics** page.
57
+
58
+
<DashButtonurl="/?to=/:account/web-analytics" />
59
+
60
+
2. Select **Manage Site** for the hostname for which you wish to disable RUM.
0 commit comments