Skip to content

Commit 2470c72

Browse files
committed
fix(edge): complete info
1 parent 84d5fca commit 2470c72

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
11.2 KB
Loading

pages/edge-services/how-to/monitor-cockpit.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,9 @@ The screenshot below shows an example of Edge Services logs for a given pipeline
7575
- **Version**: HTTP protocol version used in the request, e.g. `HTTP/2`.
7676
- **Code Client** HTTP status code returned to the client, e.g. `503`, `200`, `403`.
7777
- **Code origin**: HTTP status code generated by the origin/backend server that processed the request.
78-
- **Content type**: Type of content returned in teh response, e.g. `text/html`, `application/json`.
78+
- **Content type**: Type of content returned in the response, e.g. `text/html`, `application/json`.
79+
- **SSL**: Whether the client request was encrypted with SSL/TLS, and which version e.g. `TLSv1.3`.
80+
- **Country**: Country from which the request originated.
81+
- **WAF**: Whether the request was analysed by WAF.
82+
- **WAF action**: Action taken by WAF, e.g. `block`, `log`, `pass`.
83+
- **WAF CRS ID**: WAF CRS rules, if any, that were actioned on the request.

0 commit comments

Comments
 (0)