Skip to content

Commit 3478862

Browse files
committed
Add HTTP fields from UI
1 parent 463c6fb commit 3478862

File tree

1 file changed

+28
-22
lines changed
  • src/content/docs/cloudflare-one/insights/logs/gateway-logs

1 file changed

+28
-22
lines changed

src/content/docs/cloudflare-one/insights/logs/gateway-logs/index.mdx

Lines changed: 28 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -209,11 +209,12 @@ When an HTTP request results in an error, Gateway logs the first 512 bytes of th
209209

210210
#### Matched policies
211211

212-
| Field | Description |
213-
| ---------------------- | ---------------------------------- |
214-
| **Policy name** | Name of the matched policy. |
215-
| **Policy ID** | ID of the matched policy. |
216-
| **Policy description** | Description of the matched policy. |
212+
| Field | Description |
213+
| ---------------------- | ----------------------------------------------------------------------------------------------------------------------------------- |
214+
| **DNS location** | [User-configured location](/cloudflare-one/connections/connect-devices/agentless/dns/locations/) from where the DNS query was made. |
215+
| **Policy name** | Name of the matched policy. |
216+
| **Policy ID** | ID of the matched policy. |
217+
| **Policy description** | Description of the matched policy. |
217218

218219
#### Identities
219220

@@ -227,23 +228,28 @@ When an HTTP request results in an error, Gateway logs the first 512 bytes of th
227228

228229
#### HTTP query details
229230

230-
| Field | Description |
231-
| ---------------------------- | ----------------------------------------------------------------------------------------------------------- |
232-
| **HTTP version** | HTTP version of the origin that Gateway connected to on behalf of the user. |
233-
| **HTTP method** | HTTP method used for the request (such as `GET` or `POST`). |
234-
| **HTTP status code** | [HTTP status code](/support/troubleshooting/http-status-codes/http-status-codes/) returned in the response. |
235-
| **URL** | Full URL of the HTTP request. |
236-
| **Referer** | Referer request header containing the address of the page making the request. |
237-
| **Source IP** | Public source IP address of the HTTP request. |
238-
| **Source port** | Port that was used to make the HTTP request. |
239-
| **Source IP continent** | Continent code of the HTTP request. |
240-
| **Source IP country** | Country code of the HTTP request. |
241-
| **Destination IP** | Public IP address of the destination requested. |
242-
| **Destination port** | Port of the destination requested. |
243-
| **Destination IP continent** | Continent code of the destination requested. |
244-
| **Destination IP country** | Country code of the destination requested. |
245-
| **Blocked file reason** | Reason why the file was blocked if a file transfer occurred or was attempted. |
246-
| **Category details** | Category the blocked file belongs to. |
231+
| Field | Description |
232+
| ---------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
233+
| **HTTP Version** | HTTP version of the origin that Gateway connected to on behalf of the user. |
234+
| **HTTP Method** | HTTP method used for the request (such as `GET` or `POST`). |
235+
| **HTTP Status Code** | [HTTP status code](/support/troubleshooting/http-status-codes/http-status-codes/) returned in the response. |
236+
| **URL** | Full URL of the HTTP request. |
237+
| **Referer** | Referer request header containing the address of the page making the request. |
238+
| **Source IP** | Public source IP address of the HTTP request. |
239+
| **Source Port** | Port that was used to make the HTTP request. |
240+
| **Source IP continent** | Continent code of the HTTP request. |
241+
| **Source IP country** | Country code of the HTTP request. |
242+
| **Destination IP** | Public IP address of the destination requested. |
243+
| **Destination Port** | Port of the destination requested. |
244+
| **Destination IP continent** | Continent code of the destination requested. |
245+
| **Destination IP country** | Country code of the destination requested. |
246+
| **Blocked file reason** | Reason why the file was blocked if a file transfer occurred or was attempted. |
247+
| **Category details** | Category the blocked file belongs to. |
248+
| **Application name** | Name of the application that matched the domain. |
249+
| **Categories** | [Content categories](/cloudflare-one/policies/gateway/domain-categories/) that the domain belongs to. |
250+
| **Proxy endpoint** | [PAC file proxy endpoint](/cloudflare-one/connections/connect-devices/agentless/pac-files/) Gateway forwarded traffic to, if applicable. |
251+
| **Virtual Network** | [Virtual network](/cloudflare-one/connections/connect-networks/private-net/cloudflared/tunnel-virtual-networks/) that the client is connected to. |
252+
| **Sandbox scanned** | Status of the [file quarantine](/cloudflare-one/policies/gateway/http-policies/file-sandboxing/). |
247253

248254
#### File detection details
249255

0 commit comments

Comments
 (0)