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
7 changes: 4 additions & 3 deletions src/content/docs/log-explorer/custom-dashboards.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ sidebar:
order: 4
---

import { DashButton } from "~/components";

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.

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

## Create a new dashboard

To create a new dashboard:
To create a new dashboard, go to the **Log Explorer** > **Dashboards** page.

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

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

Expand Down
20 changes: 11 additions & 9 deletions src/content/docs/log-explorer/log-search.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,24 @@ sidebar:
order: 2
---

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

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.

## Use Log Explorer

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

1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select your account.
2. Go to **Log Explorer** > **Log Search**.
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.
4. Enter a **Limit**. A limit is the maximum number of results to return, for example, 50.
5. Select the **Time period** from which you want to query, for example, the previous 12 hours.
6. Select **Add filter** to create your query. Select a **Field**, an **Operator**, and a **Value**, then select **Apply**.
7. A query preview is displayed. Select **Custom SQL** to change the query.
8. Select **Run query** when you are done. The results are displayed below within the **Query results** section.
1. In the Cloudflare dashboard, go to the **Log Explorer** > **Log Search** page.

<DashButton url="/?to=/:account/log-explorer/log-search" />

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.
3. Enter a **Limit**. A limit is the maximum number of results to return, for example, 50.
4. Select the **Time period** from which you want to query, for example, the previous 12 hours.
5. Select **Add filter** to create your query. Select a **Field**, an **Operator**, and a **Value**, then select **Apply**.
6. A query preview is displayed. Select **Custom SQL** to change the query.
7. Select **Run query** when you are done. The results are displayed below within the **Query results** section.

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:

Expand Down
12 changes: 7 additions & 5 deletions src/content/docs/log-explorer/manage-datasets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar:
order: 4
---

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

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

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

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.

1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select your account.
2. Go to **Log Explorer** > **Manage datasets**.
3. Select **Add dataset** to select the datasets you want to query.
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.
1. In the Cloudflare dashboard, go to the **Log Explorer** > **Manage datasets** page.

<DashButton url="/?to=/:account/log-explorer/manage-sources" />

2. Select **Add dataset** to select the datasets you want to query.
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.

:::note
It may take a few minutes for the logs to become available for querying.
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/logs/instant-logs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Instant Logs allows Cloudflare customers to access a live stream of the traffic

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.

2. Go to **Analytics** > **Instant Logs**.
2. Go to **Analytics & Logs** > **Instant Logs**.

3. Select **Start streaming**.

Expand Down
16 changes: 9 additions & 7 deletions src/content/docs/logs/logpush/alerts-and-analytics.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar:

---

import { AvailableNotifications } from "~/components"
import { AvailableNotifications, DashButton } from "~/components"

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.

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

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.

1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account and domain.
2. Navigate to **Notifications**.
3. Next, select **Add**.
4. Select the alert **Failing Logpush Job Disabled**.
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.
6. Select **Save**.
1. In the Cloudflare dashboard, go to the **Notifications** page.

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

2. Next, select **Add**.
3. Select the alert **Failing Logpush Job Disabled**.
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.
5. Select **Save**.

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

Expand Down
14 changes: 8 additions & 6 deletions src/content/docs/speed/speed-test/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar:
order: 5
---

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

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.

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

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

Enabling RUM creates a Web Analytics configuration entry for the hostname at the account level, under **Analytics & Logs > Web Analytics**.
Enabling RUM creates a Web Analytics configuration entry for the hostname at the account level.

If you wish to disable RUM, follow these steps:

1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select your account.
2. Go to **Analytics & Logs > Web Analytics**.
3. Select **Manage Site** for the hostname for which you wish to disable RUM.
4. Select **Delete**.
1. In the Cloudflare dashboard, go to the **Web Analytics** page.

<DashButton url="/?to=/:account/web-analytics" />

2. Select **Manage Site** for the hostname for which you wish to disable RUM.
3. Select **Delete**.