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: pages/edge-services/how-to/monitor-cockpit.mdx
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,8 @@ The screenshot below shows an example of Edge Services metrics for a given pipel
51
51
52
52
-**Request origin country**: The proportion of requests (to Edge Services for the specified origin over the specified time period) originating from different countries.
53
53
-**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.
54
56
55
57
## Logs
56
58
@@ -79,6 +81,6 @@ The screenshot below shows an example of Edge Services logs for a given pipeline
79
81
-**Content type**: Type of content returned in the response, e.g. `text/html`, `application/json`.
80
82
-**SSL**: Whether the client request was encrypted with SSL/TLS, and which version e.g. `TLSv1.3`.
81
83
-**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`.
84
86
-**WAF CRS ID**: WAF CRS rules, if any, that were actioned on the request.
0 commit comments