Skip to content

Commit cc498cc

Browse files
authored
[Logs] PCX-1695: Update Logs fields for EdgeRateLimitAction description (#1678)
This updates Logs fields for `EdgeRateLimitAction` description. Co-authored-by: Sohei Okamoto <[email protected]>
1 parent 7a5a89d commit cc498cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

products/logs/src/content/reference/log-fields/http_requests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ title: HTTP requests
4646
| EdgePathingOp | Indicates what type of response was issued for this request (unknown = no specific action) | string |
4747
| EdgePathingSrc | Details how the request was classified based on security checks (unknown = no specific classification) | string |
4848
| 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 |
5050
| EdgeRateLimitID | The internal rule ID of the rate-limiting rule that triggered a block (ban) or log action. 0 if no action taken. | int |
5151
| EdgeRequestHost | Host header on the request from the edge to the origin | string |
5252
| EdgeResponseBodyBytes | Size of the HTTP response body returned to clients. Available in Logpush v2 only. | int |

0 commit comments

Comments
 (0)