From 5860e4e125c7584228761f20f16571035da7cece Mon Sep 17 00:00:00 2001 From: Samy OUBOUAZIZ Date: Wed, 18 Feb 2026 09:51:44 +0100 Subject: [PATCH 1/6] docs(edge): add WAF to cockpit doc --- pages/edge-services/how-to/monitor-cockpit.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/edge-services/how-to/monitor-cockpit.mdx b/pages/edge-services/how-to/monitor-cockpit.mdx index a312a78b3c..da9c18cae7 100644 --- a/pages/edge-services/how-to/monitor-cockpit.mdx +++ b/pages/edge-services/how-to/monitor-cockpit.mdx @@ -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. +- **WAF**: WAF mode (off/on/log_only). +- **WAF action**: Action taken by WAF (block or pass). ## Logs From bb57cc7591d15e2aef6f14f86e20589224566458 Mon Sep 17 00:00:00 2001 From: Samy OUBOUAZIZ Date: Mon, 23 Feb 2026 15:22:32 +0100 Subject: [PATCH 2/6] docs(edge): update --- pages/edge-services/how-to/monitor-cockpit.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/edge-services/how-to/monitor-cockpit.mdx b/pages/edge-services/how-to/monitor-cockpit.mdx index da9c18cae7..e1833f9e93 100644 --- a/pages/edge-services/how-to/monitor-cockpit.mdx +++ b/pages/edge-services/how-to/monitor-cockpit.mdx @@ -51,8 +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. -- **WAF**: WAF mode (off/on/log_only). -- **WAF action**: Action taken by WAF (block or pass). +- **Total WAF processed requests**: total number of requests evaluated by WAF. +- **Detailed WAF processed requests**: A detailed overview of requests processed by WAF. ## Logs @@ -81,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. \ No newline at end of file From 37a09038d84b947e5f0763163a11e89b5a97f133 Mon Sep 17 00:00:00 2001 From: Samy OUBOUAZIZ Date: Tue, 24 Feb 2026 12:13:20 +0100 Subject: [PATCH 3/6] docs(edge): update --- pages/edge-services/how-to/monitor-cockpit.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/edge-services/how-to/monitor-cockpit.mdx b/pages/edge-services/how-to/monitor-cockpit.mdx index e1833f9e93..f0cb8f5944 100644 --- a/pages/edge-services/how-to/monitor-cockpit.mdx +++ b/pages/edge-services/how-to/monitor-cockpit.mdx @@ -52,7 +52,7 @@ 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**: total number of requests evaluated by WAF. -- **Detailed WAF processed requests**: A detailed overview of requests processed by WAF. +- **Detailed WAF processed requests**: A detailed overview of requests processed by WAF. ## Logs From 2cfa0b1bbb0965af755ca7c8e5f8667d2b843324 Mon Sep 17 00:00:00 2001 From: Samy OUBOUAZIZ Date: Tue, 24 Feb 2026 14:21:54 +0100 Subject: [PATCH 4/6] docs(edge): update --- pages/edge-services/how-to/monitor-cockpit.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/edge-services/how-to/monitor-cockpit.mdx b/pages/edge-services/how-to/monitor-cockpit.mdx index f0cb8f5944..9a337ad594 100644 --- a/pages/edge-services/how-to/monitor-cockpit.mdx +++ b/pages/edge-services/how-to/monitor-cockpit.mdx @@ -51,8 +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**: total number of requests evaluated by WAF. -- **Detailed WAF processed requests**: A detailed overview of requests processed by WAF. +- **Total WAF processed requests**: The total number of requests evaluated by WAF. +- **Detailed WAF processed requests**: A detailed overview for each request evaluated by WAF. ## Logs From 7d64d24f9aef6272842bd750bb89db0b9e177824 Mon Sep 17 00:00:00 2001 From: Samy OUBOUAZIZ Date: Tue, 24 Feb 2026 17:33:30 +0100 Subject: [PATCH 5/6] docs(edge): update --- pages/edge-services/how-to/monitor-cockpit.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/edge-services/how-to/monitor-cockpit.mdx b/pages/edge-services/how-to/monitor-cockpit.mdx index 9a337ad594..71d3b206b2 100644 --- a/pages/edge-services/how-to/monitor-cockpit.mdx +++ b/pages/edge-services/how-to/monitor-cockpit.mdx @@ -52,7 +52,7 @@ 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 detailed overview for each request evaluated by WAF. +- **Detailed WAF processed requests**: A visual representation of the requests evaluated by WAF over time, distributed per WAF actions. ## Logs From d3d14a38ae77b4b0ef8bf3ec784193edb1f6d048 Mon Sep 17 00:00:00 2001 From: Samy OUBOUAZIZ Date: Tue, 24 Feb 2026 17:34:27 +0100 Subject: [PATCH 6/6] docs(edge): update --- pages/edge-services/how-to/monitor-cockpit.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/edge-services/how-to/monitor-cockpit.mdx b/pages/edge-services/how-to/monitor-cockpit.mdx index 71d3b206b2..f135ef3d03 100644 --- a/pages/edge-services/how-to/monitor-cockpit.mdx +++ b/pages/edge-services/how-to/monitor-cockpit.mdx @@ -52,7 +52,7 @@ 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 per WAF actions. +- **Detailed WAF processed requests**: A visual representation of the requests evaluated by WAF over time, distributed in WAF actions. ## Logs