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
Review detailed logs for your Zero Trust organization.
14
14
@@ -32,7 +32,11 @@ Cloudflare Zero Trust logs are stored for a varying period of time based on the
32
32
33
33
## Log Explorer <Badgetext="Beta"variant="caution"size="small" />
34
34
35
-
Log Explorer users can store Zero Trust logs directly within Cloudflare in an [R2 bucket](/r2/) and access them with the dashboard or API. For more information, refer to [Log Explorer](/logs/log-explorer/).
35
+
Log Explorer users can store Zero Trust logs directly within Cloudflare in an [R2 bucket](/r2/) and access them with the dashboard or API. Log Explorer supports the following Zero Trust datasets:
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 parties. Logs are stored on Cloudflare's global network using the R2 object storage platform and can be queried via the Dashboard or SQL API.
13
13
@@ -26,13 +26,7 @@ Log Explorer is available at the account and zone level. At the zone level, data
@@ -54,8 +48,6 @@ Authentication with the API can be done via an authentication header or API toke
54
48
55
49
-`Authorization: Bearer <API_TOKEN>` To create an appropriately scoped API token, refer to [Create API token](/fundamentals/api/get-started/create-token/) documentation. Copy and paste the token into the authorization parameter for your API call.
56
50
57
-
58
-
59
51
## Enable Log Explorer
60
52
61
53
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.
@@ -150,18 +142,18 @@ Which returns the following HTTP request details:
150
142
151
143
```json
152
144
{
153
-
"result": [
154
-
{
155
-
"clientrequestscheme": "https",
156
-
"clientrequesthost": "example.com",
157
-
"clientrequestmethod": "GET",
158
-
"clientrequestuseragent": "curl/7.88.1",
159
-
"edgeresponsestatus": 200
160
-
}
161
-
],
162
-
"success": true,
163
-
"errors": [],
164
-
"messages": []
145
+
"result": [
146
+
{
147
+
"clientrequestscheme": "https",
148
+
"clientrequesthost": "example.com",
149
+
"clientrequestmethod": "GET",
150
+
"clientrequestuseragent": "curl/7.88.1",
151
+
"edgeresponsestatus": 200
152
+
}
153
+
],
154
+
"success": true,
155
+
"errors": [],
156
+
"messages": []
165
157
}
166
158
```
167
159
@@ -177,23 +169,23 @@ Which returns the following request details:
0 commit comments