Skip to content

Commit 6033306

Browse files
angelampcostanevikashah
authored andcommitted
Updates navigation for Log Explorer and Speed (#24897)
1 parent 662b278 commit 6033306

File tree

6 files changed

+40
-31
lines changed

6 files changed

+40
-31
lines changed

src/content/docs/log-explorer/custom-dashboards.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ sidebar:
55
order: 4
66
---
77

8+
import { DashButton } from "~/components";
9+
810
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.
911

1012
:::note
@@ -19,10 +21,9 @@ Different metrics serve distinct roles in providing insights into your applicati
1921

2022
## Create a new dashboard
2123

22-
To create a new dashboard:
24+
To create a new dashboard, go to the **Log Explorer** > **Dashboards** page.
2325

24-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select your account.
25-
2. Go to **Log Explorer** > **Dashboards**.
26+
<DashButton url="/?to=/:account/log-explorer/dashboards" />
2627

2728
When creating a dashboard, you have two options: building one from scratch or using a pre-designed template.
2829

src/content/docs/log-explorer/log-search.mdx

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,24 @@ sidebar:
55
order: 2
66
---
77

8-
import { TabItem, Tabs, Render } from "~/components";
8+
import { TabItem, Tabs, Render, DashButton } from "~/components";
99

1010
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.
1111

1212
## Use Log Explorer
1313

1414
You can filter and view your logs via the Cloudflare dashboard or the API.
1515

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.
17+
18+
<DashButton url="/?to=/:account/log-explorer/log-search" />
19+
20+
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.
2426

2527
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:
2628

src/content/docs/log-explorer/manage-datasets.mdx

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar:
55
order: 4
66
---
77

8-
import { TabItem, Tabs, Render } from "~/components";
8+
import { TabItem, Tabs, Render, DashButton } from "~/components";
99

1010
Log Explorer allows you to enable or disable which datasets are available to query in Log Search.
1111

@@ -24,10 +24,12 @@ Log Explorer currently supports the following datasets:
2424

2525
In order for Log Explorer to begin storing logs, you need to enable the desired datasets. You can do this via the dashboard or the API.
2626

27-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select your account.
28-
2. Go to **Log Explorer** > **Manage datasets**.
29-
3. Select **Add dataset** to select the datasets you want to query.
30-
4. Choose a dataset and then a zone. Then, select **Add**. You can always return to this page to enable more datasets or manage your existing ones.
27+
1. In the Cloudflare dashboard, go to the **Log Explorer** > **Manage datasets** page.
28+
29+
<DashButton url="/?to=/:account/log-explorer/manage-sources" />
30+
31+
2. Select **Add dataset** to select the datasets you want to query.
32+
3. Choose a dataset and then a zone. Then, select **Add**. You can always return to this page to enable more datasets or manage your existing ones.
3133

3234
:::note
3335
It may take a few minutes for the logs to become available for querying.

src/content/docs/logs/instant-logs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Instant Logs allows Cloudflare customers to access a live stream of the traffic
1717

1818
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.
1919

20-
2. Go to **Analytics** > **Instant Logs**.
20+
2. Go to **Analytics & Logs** > **Instant Logs**.
2121

2222
3. Select **Start streaming**.
2323

src/content/docs/logs/logpush/alerts-and-analytics.mdx

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar:
66

77
---
88

9-
import { AvailableNotifications } from "~/components"
9+
import { AvailableNotifications, DashButton } from "~/components"
1010

1111
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.
1212

@@ -20,12 +20,14 @@ Alerts are sent via the [Cloudflare Notifications](/notifications/) system. They
2020

2121
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.
2222

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+
<DashButton url="/?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**.
2931

3032
When you complete these steps, you will receive an email alert if your Logpush job is disabled.
3133

src/content/docs/speed/speed-test/faq.mdx

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar:
77
order: 5
88
---
99

10-
import { Render } from "~/components";
10+
import { Render, DashButton } from "~/components";
1111

1212
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.
1313

@@ -49,11 +49,13 @@ Differences between Real User Monitoring (RUM) analytics and traffic analytics i
4949

5050
## How do I disable Real User Monitoring (RUM) if it has been enabled from the Observatory test result page?
5151

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.
5353

5454
If you wish to disable RUM, follow these steps:
5555

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+
<DashButton url="/?to=/:account/web-analytics" />
59+
60+
2. Select **Manage Site** for the hostname for which you wish to disable RUM.
61+
3. Select **Delete**.

0 commit comments

Comments
 (0)