Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions pages/edge-services/how-to/monitor-cockpit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ The screenshot below shows an example of Edge Services metrics for a given pipel

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

## Logs

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