Skip to content

Commit ce4472a

Browse files
Yizackpedrosousa
authored andcommitted
[Zaraz] Fix typo; Additional updates (#24707)
--------- Co-authored-by: Pedro Sousa <[email protected]>
1 parent 8eba16b commit ce4472a

File tree

1 file changed

+20
-23
lines changed

1 file changed

+20
-23
lines changed
Lines changed: 20 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,43 @@
11
---
22
pcx_content_type: how-to
3-
title: Logpush
3+
title: Send Zaraz logs to Logpush
44
sidebar:
55
order: 11
6+
label: Logpush
67
---
78

89
import { Plan } from "~/components";
910

10-
Send Zaraz logs to an external storage provider like R2, S3, etc.
11+
Send Zaraz logs to an external storage provider like R2 or S3.
1112

1213
This is an Enterprise only feature.
1314

1415
## Setup
1516

16-
To configure logpush support for Zaraz please follow these steps
17+
Follow these steps to configure Logpush support for Zaraz:
1718

18-
### 1. Create a logpush job
19+
### 1. Create a Logpush job
1920

20-
Navigate to your Website (Zone) and from the left sidebar find **Analytics and Logs**.
21-
22-
Under this **Analytics and Logs** section navigate to **Logpush**
23-
24-
Click on **Create a Logpush Job** and follow the steps described in the [Logpush](/logs/logpush/) documentation.
25-
26-
When it comes to selecting a dataset please make sure to select **Zaraz Events**
21+
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account and zone.
22+
2. Go to **Analytics & Logs** > **Logpush**.
23+
3. Select **Create a Logpush Job** and follow the steps described in the [Logpush](/logs/logpush/) documentation.<br/>
24+
When selecting a dataset, make sure you select **Zaraz Events**.
2725

2826
### 2. Enable Logpush from Zaraz settings
2927

30-
Navigate to your website's [Zaraz settings](https://dash.cloudflare.com/?to=/:account/:zone/zaraz/settings)
31-
32-
Enable **Export Zaraz Logs**.
28+
1. Go to your website's [Zaraz settings](https://dash.cloudflare.com/?to=/:account/:zone/zaraz/settings).
29+
2. Enable **Export Zaraz Logs**.
3330

3431
## Fields
3532

36-
Logs will have the following fields
33+
Logs will have the following fields:
3734

38-
| Field | Type | Description |
39-
| -------------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
40-
| RequestHeaders | `JSON` | The headers that were sent with the request. |
41-
| URL | `String` | The Zaraz URL to which the request was made. |
42-
| IP | `String` | The originating IP. |
43-
| Body | `JSON` | The body that was sent along with the request. |
35+
| Field | Type | Description |
36+
| -------------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
37+
| RequestHeaders | `JSON` | The headers that were sent with the request. |
38+
| URL | `String` | The Zaraz URL to which the request was made. |
39+
| IP | `String` | The originating IP. |
40+
| Body | `JSON` | The body that was sent along with the request. |
4441
| Event Type | `String` | Can be one of the following: `server_request`, `server_response`, `action_triggered`, `ecommerce_triggered`, `client_request`, `component_error`. |
45-
| Event Details | `JSON` | Details about the event. |
46-
| TimestampStart | `String` | The time at which the event occured. |
42+
| Event Details | `JSON` | Details about the event. |
43+
| TimestampStart | `String` | The time at which the event occurred. |

0 commit comments

Comments
 (0)