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: products/logs/src/content/reference/log-fields/http_requests.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ title: HTTP requests
46
46
| EdgePathingOp | Indicates what type of response was issued for this request (unknown = no specific action) | string |
47
47
| EdgePathingSrc | Details how the request was classified based on security checks (unknown = no specific classification) | string |
48
48
| EdgePathingStatus | Indicates what data was used to determine the handling of this request (unknown = no data) | string |
49
-
| EdgeRateLimitAction | The action taken by the blocking rule; empty if no action taken | string |
49
+
| EdgeRateLimitAction | The action taken by the blocking rule; empty if no action taken. <br />Possible values are <em>unknown</em> \| <em>simulate</em> \| <em>ban</em> \| <em>challenge</em> \| <em>jsChallenge</em>| string |
50
50
| EdgeRateLimitID | The internal rule ID of the rate-limiting rule that triggered a block (ban) or log action. 0 if no action taken. | int |
51
51
| EdgeRequestHost | Host header on the request from the edge to the origin | string |
52
52
| EdgeResponseBodyBytes | Size of the HTTP response body returned to clients. Available in Logpush v2 only. | int |
0 commit comments