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/logs/get-started/api-configuration.mdx
+49-52Lines changed: 49 additions & 52 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,6 @@ sidebar:
6
6
7
7
---
8
8
9
-
import { APIRequest } from"~/components";
10
-
11
9
## Endpoints
12
10
13
11
The table below summarizes the job operations available for both Logpush and Edge Log Delivery jobs. Make sure that Account-scoped datasets use `/accounts/{account_id}` and Zone-scoped datasets use `/zone/{zone_id}`. For more information, refer to the [Log fields](/logs/reference/log-fields/) page.
@@ -39,24 +37,27 @@ For concrete examples, refer to the tutorials in [Logpush examples](/logs/tutori
39
37
40
38
The Logpush API requires credentials like any other Cloudflare API.
A challenge file will be written to the destination, and the filename will be in the response (the filename may be expressed as a path, if appropriate for your destination):
62
63
@@ -142,13 +143,15 @@ For more information on the value for your cloud storage provider, consult the f
Instant Logs allows Cloudflare customers to access a live stream of the traffic for their domain from the Cloudflare dashboard or from a command-line interface (CLI). Seeing data in real time allows you to investigate an attack, troubleshoot, debug or test out changes made to your network. Instant Logs is lightweight, simple to use and does not require any additional setup.
11
11
@@ -66,16 +66,18 @@ Below we have three examples of filters:
0 commit comments