Skip to content

Commit af28170

Browse files
docs(edge): add WAF to cockpit doc (#6199)
* docs(edge): add WAF to cockpit doc * docs(edge): update * docs(edge): update * docs(edge): update * docs(edge): update * docs(edge): update
1 parent 5ed7301 commit af28170

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ The screenshot below shows an example of Edge Services metrics for a given pipel
5151

5252
- **Request origin country**: The proportion of requests (to Edge Services for the specified origin over the specified time period) originating from different countries.
5353
- **End users location**: A visual representation of where Edge Services end users have been making requests from geographically.
54+
- **Total WAF processed requests**: The total number of requests evaluated by WAF.
55+
- **Detailed WAF processed requests**: A visual representation of the requests evaluated by WAF over time, distributed in WAF actions.
5456

5557
## Logs
5658

@@ -79,6 +81,6 @@ The screenshot below shows an example of Edge Services logs for a given pipeline
7981
- **Content type**: Type of content returned in the response, e.g. `text/html`, `application/json`.
8082
- **SSL**: Whether the client request was encrypted with SSL/TLS, and which version e.g. `TLSv1.3`.
8183
- **Country**: Country from which the request originated.
82-
- **WAF**: Whether the request was analysed by WAF.
83-
- **WAF action**: Action taken by WAF, e.g. `block`, `log`, `pass`.
84+
- **WAF**: The Web Application Firewall mode. Either `on`, `off`, or `log_only`.
85+
- **WAF action**: Action taken by WAF, either `block` or `pass`.
8486
- **WAF CRS ID**: WAF CRS rules, if any, that were actioned on the request.

0 commit comments

Comments
 (0)