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
Gateway now offers new fields in [activity logs](/cloudflare-one/insights/logs/gateway-logs/) for DNS, network, and HTTP policies to provide greater insight into your users' traffic routed through Gateway.
|**Source IP**| IP address of the user sending the packet. |
137
-
|**Source internal IP**| Private IP address assigned by the user's local network. |
137
+
|**Source Internal IP**| Private IP address assigned by the user's local network. |
138
138
|**Destination IP**| IP address of the packet's target. |
139
139
|**Action**| The Gateway [Action](/cloudflare-one/policies/gateway/dns-policies/#actions) taken based on the first rule that matched (such as Allow or Block). |
|**DNS location**|[User-configured location](/cloudflare-one/connections/connect-devices/agentless/dns/locations/) from where the DNS query was made. |
148
+
|**Policy name**| Name of the matched policy. |
149
+
|**Policy ID**| ID of the policy enforcing the decision Gateway made. |
150
+
|**Policy description**| Description of the matched policy. |
150
151
151
152
#### Identities
152
153
@@ -160,20 +161,25 @@ Gateway will only log failed connections in [network session logs](/logs/referen
|**Source IP**| IP address of the user sending the packet. |
166
-
|**Source port**| Source port number for the packet. |
167
-
|**Source country**| Country code for the packet source. |
168
-
|**Destination IP**| IP address of the packet's target. |
169
-
|**Destination port**| Destination port number for the packet. |
170
-
|**Destination country**| Destination port number for the packet. |
171
-
|**Protocol**| Protocol over which the packet was sent. |
172
-
|**Detected protocol**| The detected [network protocol](/cloudflare-one/policies/gateway/network-policies/protocol-detection/). |
173
-
|**SNI**| Host whose Server Name Indication (SNI) header Gateway will filter traffic against. |
174
-
|**Virtual network**|[Virtual network](/cloudflare-one/connections/connect-networks/private-net/cloudflared/tunnel-virtual-networks/) that the client is connected to. |
175
-
|**Category details**| Category or categories associated with the packet. |
176
-
|**Proxy PAC endpoint**|[PAC file proxy endpoint](/cloudflare-one/connections/connect-devices/agentless/pac-files/) Gateway forwarded traffic to, if applicable. |
|**Source IP**| IP address of the user sending the packet. |
167
+
|**Source port**| Source port number for the packet. |
168
+
|**Source country**| Country code for the packet source. |
169
+
|**Source IP continent**| Continent code of the source IP address. |
170
+
|**Source IP country**| Country code of the source IP address. |
171
+
|**Destination IP**| IP address of the packet's target. |
172
+
|**Destination port**| Destination port number for the packet. |
173
+
|**Destination IP continent**| Continent code of the IP address for the packet's destination. |
174
+
|**Destination IP country**| Country code of the IP address for the packet's destination. |
175
+
|**Transport protocol**| Protocol over which the packet was sent. |
176
+
|**Detected Protocol**| The detected [network protocol](/cloudflare-one/policies/gateway/network-policies/protocol-detection/). |
177
+
|**SNI**| Host whose Server Name Indication (SNI) header Gateway will filter traffic against. |
178
+
|**Virtual Network**|[Virtual network](/cloudflare-one/connections/connect-networks/private-net/cloudflared/tunnel-virtual-networks/) that the client is connected to. |
179
+
|**Category details**| Category or categories associated with the packet. |
180
+
|**Proxy endpoint**|[PAC file proxy endpoint](/cloudflare-one/connections/connect-devices/agentless/pac-files/) Gateway forwarded traffic to, if applicable. |
181
+
|**Application ID**| ID of the application that matched the domain. |
182
+
|**Application name**| Name of the application that matched the domain. |
177
183
178
184
## HTTP logs
179
185
@@ -203,11 +209,14 @@ When an HTTP request results in an error, Gateway logs the first 512 bytes of th
|**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. |
218
+
|**Matched category ID**| ID of the category matched in the policy. |
219
+
|**Matched category name**| Name of the category matched in the policy. |
211
220
212
221
#### Identities
213
222
@@ -221,21 +230,29 @@ When an HTTP request results in an error, Gateway logs the first 512 bytes of th
|**HTTP Version**| HTTP version of the origin that Gateway connected to on behalf of the user. |
236
+
|**HTTP Method**| HTTP method used for the request (such as `GET` or `POST`). |
237
+
|**HTTP Status Code**|[HTTP status code](/support/troubleshooting/http-status-codes/http-status-codes/) returned in the response. |
238
+
|**URL**| Full URL of the HTTP request. |
239
+
|**Referer**| Referer request header containing the address of the page making the request. |
240
+
|**Source IP**| Public source IP address of the HTTP request. |
241
+
|**Source Port**| Port that was used to make the HTTP request. |
242
+
|**Source IP continent**| Continent code of the HTTP request. |
243
+
|**Source IP country**| Country code of the HTTP request. |
244
+
|**Destination IP**| Public IP address of the destination requested. |
245
+
|**Destination Port**| Port of the destination requested. |
246
+
|**Destination IP continent**| Continent code of the destination requested. |
247
+
|**Destination IP country**| Country code of the destination requested. |
248
+
|**Blocked file reason**| Reason why the file was blocked if a file transfer occurred or was attempted. |
249
+
|**Category details**| Detailed information on the category the blocked file belongs to. |
250
+
|**Application ID**| ID of the application that matched the domain. |
251
+
|**Application name**| Name of the application that matched the domain. |
252
+
|**Categories**|[Content categories](/cloudflare-one/policies/gateway/domain-categories/) that the domain belongs to. |
253
+
|**Proxy endpoint**|[PAC file proxy endpoint](/cloudflare-one/connections/connect-devices/agentless/pac-files/) Gateway forwarded traffic to, if applicable. |
254
+
|**Virtual Network**|[Virtual network](/cloudflare-one/connections/connect-networks/private-net/cloudflared/tunnel-virtual-networks/) that the client is connected to. |
255
+
|**Sandbox scanned**| Status of the [file quarantine](/cloudflare-one/policies/gateway/http-policies/file-sandboxing/). |
0 commit comments