Skip to content

Commit 2bdce20

Browse files
committed
fix(lb): add access log checkbox
1 parent cebf51a commit 2bdce20

File tree

5 files changed

+33
-16
lines changed

5 files changed

+33
-16
lines changed

pages/load-balancer/how-to/create-frontends-backends.mdx

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to create frontends and backends
33
description: Learn how to set up frontends and backends with Scaleway Load Balancer. Step-by-step guide for configuring efficient network routing and load distribution.
44
tags: load-balancer load balancer
55
dates:
6-
validation: 2025-10-30
6+
validation: 2025-11-17
77
posted: 2021-05-26
88
---
99
import Requirements from '@macros/iam/requirements.mdx'
@@ -31,11 +31,15 @@ When you create a Load Balancer, you can either add frontends and backends durin
3131

3232
2. Enter a **name** for your frontend.
3333

34-
3. Enter a **port** number. The frontend will listen on this port, and forward the requests it receives from clients to the backend(s). Note that you cannot add an SSL certificate at this stage, but you can [add one after the creation of the Load Balancer](/load-balancer/how-to/add-certificate/). Similarly, you will be able to [enable HTTP/3](/load-balancer/reference-content/http2-http3/#configuring-your-load-balancer-for-http3) after adding a certificate.
34+
3. Enter a **port** number. The frontend will listen on this port, and forward the requests it receives from clients to the backend(s).
3535

36-
<Message type="tip">
37-
For more help with configuring your frontend, see our [dedicated reference documentation](/load-balancer/reference-content/configuring-frontends/).
38-
</Message>
36+
4. Under **Advanced Settings**, check the box to **enable access logs** if you want to capture details of incoming network traffic to the Load Balancer, and view them in [Scaleway Cockpit](/load-balancer/how-to/monitor-lb-cockpit/#access-logs).
37+
38+
Note that you cannot add an SSL certificate at this stage, but you can [add one after the creation of the Load Balancer](/load-balancer/how-to/add-certificate/). Similarly, you will be able to [enable HTTP/3](/load-balancer/reference-content/http2-http3/#configuring-your-load-balancer-for-http3) after adding a certificate.
39+
40+
<Message type="tip">
41+
For more help with configuring your frontend, see our [dedicated reference documentation](/load-balancer/reference-content/configuring-frontends/).
42+
</Message>
3943

4044
Continue to the next section for [configuring a backend](#how-to-create-a-backend-during-creation-of-your-load-balancer). You will finalize creation of your frontend and backend at the same time, at the end of this section.
4145

@@ -88,7 +92,9 @@ You can add one or many frontends to your Load Balancer after its creation. Foll
8892

8993
6. Choose a **backend** to attach the frontend to, from the drop-down list provided. Alternatively, you can click the link to **create a new backend**, which opens the backend creation wizard in a new screen.
9094

91-
7. Under **Advanced Settings**, optionally use the <Icon name="toggle" /> to enable HTTP/3. The availability of this setting depends on your [Load Balancer's configuration](/load-balancer/reference-content/http2-http3/).
95+
7. Under **Advanced Settings**, optionally:
96+
- Check the box to enable HTTP/3. The availability of this setting depends on your [Load Balancer's configuration](/load-balancer/reference-content/http2-http3/).
97+
- Check the box to **enable access logs** if you want to capture details of incoming network traffic to the Load Balancer, and view them in [Scaleway Cockpit](/load-balancer/how-to/monitor-lb-cockpit/#access-logs).
9298

9399
<Message type="tip">
94100
For more help with configuring your frontend, see our [dedicated reference documentation](/load-balancer/reference-content/configuring-frontends/).

pages/load-balancer/how-to/manage-frontends-and-backends.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to manage frontends and backends
33
description: Learn how to manage frontends and backends with Scaleway Load Balancer. Configure endpoints, optimize traffic flow, and ensure seamless application performance.
44
tags: load-balancer frontend backend
55
dates:
6-
validation: 2025-10-30
6+
validation: 2025-11-17
77
posted: 2021-05-26
88
---
99
import Requirements from '@macros/iam/requirements.mdx'
@@ -50,6 +50,7 @@ See our [dedicated documentation](/load-balancer/how-to/create-frontends-backend
5050
- [SSL Certificate(s)](/load-balancer/how-to/add-certificate/)
5151
- Attached backend
5252
- [HTTP/3 activation](/load-balancer/reference-content/http2-http3/#http3) (under **Advanced Settings**)
53+
- [Access logs activation](/load-balancer/how-to/monitor-lb-cockpit/#access-logs) (under **Advanced Settings**)
5354

5455
4. Click **Edit frontend**.
5556

pages/load-balancer/how-to/monitor-lb-cockpit.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to monitor your Load Balancer with Scaleway Cockpit
33
description: Learn how to efficiently monitor your Scaleway Load Balancer using the intuitive Cockpit dashboard. Enhance your network performance with this step-by-step guide.
44
tags: load-balancer cockpit observability dashboard metrics logs alerts
55
dates:
6-
validation: 2025-11-06
6+
validation: 2025-11-17
77
posted: 2023-08-07
88
---
99
import Requirements from '@macros/iam/requirements.mdx'
@@ -152,7 +152,7 @@ Logs when a frontend's SSL/TLS certificate is about to expire or has expired.
152152
### Access logs
153153

154154
<Message type="tip">
155-
Access logs are not collected by default. To enable them for a given frontend, use the [Update frontend](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-frontends-update-a-frontend) call in the API, and set the field `enable_access_logs` to `true`. You cannot currently enable access logs via the Scaleway console.
155+
Access logs are not collected by default. You must [enable access logs](/load-balancer/how-to/manage-frontends-and-backends/#how-to-edit-frontends) in the frontend settings to capture and view these logs.
156156
</Message>
157157

158158
Access logs capture details of incoming network traffic handled by the Load Balancer. Each log is shown in the following format:

pages/load-balancer/quickstart.mdx

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Load Balancers - Quickstart
33
description: Get started with Scaleway Load Balancer in minutes. Follow this quickstart guide to set up, configure, and optimize traffic distribution for your applications.
44
tags: load-balancer load balancer frontend backend
55
dates:
6-
validation: 2025-10-30
6+
validation: 2025-11-17
77
posted: 2021-05-26
88
---
99
import Requirements from '@macros/iam/requirements.mdx'
@@ -50,11 +50,15 @@ import image from './assets/scaleway-configure-frontend.webp'
5050

5151
1. Enter a **name** for your frontend.
5252

53-
2. Enter a **port** number. The frontend will listen on this port, and forward the requests it receives from clients to the backend(s). Note that you cannot add an SSL certificate at this stage, but you can [add one after the creation of the Load Balancer](/load-balancer/how-to/add-certificate/). Similarly, you will be able to [enable HTTP/3](/load-balancer/reference-content/http2-http3/#configuring-your-load-balancer-for-http3) after adding a certificate.
53+
2. Enter a **port** number. The frontend will listen on this port, and forward the requests it receives from clients to the backend(s).
5454

55-
<Message type="tip">
56-
For more help with configuring your frontend, see our [dedicated reference documentation](/load-balancer/reference-content/configuring-frontends/).
57-
</Message>
55+
3. Under **Advanced Settings**, check the box to **enable access logs** if you want to capture details of incoming network traffic to the Load Balancer, and view them in [Scaleway Cockpit](/load-balancer/how-to/monitor-lb-cockpit/#access-logs).
56+
57+
Note that you cannot add an SSL certificate at this stage, but you can [add one after the creation of the Load Balancer](/load-balancer/how-to/add-certificate/). Similarly, you will be able to [enable HTTP/3](/load-balancer/reference-content/http2-http3/#configuring-your-load-balancer-for-http3) after adding a certificate.
58+
59+
<Message type="tip">
60+
For more help with configuring your frontend, see our [dedicated reference documentation](/load-balancer/reference-content/configuring-frontends/).
61+
</Message>
5862

5963
Continue to the next section for [creating a backend](#how-to-configure-your-backend). You will finalize creation of your frontend and backend at the same time, at the end of this section.
6064

pages/load-balancer/reference-content/configuring-frontends.mdx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Configuring your Load Balancer's frontend
33
description: Discover essential tips for configuring frontends with Scaleway Load Balancer. Optimize your network setup with detailed, easy-to-follow instructions.
44
tags: load-balancer
55
dates:
6-
validation: 2025-07-16
6+
validation: 2025-11-17
77
posted: 2023-06-05
88
---
99

@@ -78,4 +78,10 @@ Enable HTTP/3 to allow HTTP/3 connections between the client and the Load Balanc
7878

7979
Note that in order to enable HTTP/3, the frontend must have an SSL/TLS certificate, and be attached to a backend set to HTTP protocol.
8080

81-
Read more about HTTP/3 in our [dedicated documentation](/load-balancer/reference-content/http2-http3/).
81+
Read more about HTTP/3 in our [dedicated documentation](/load-balancer/reference-content/http2-http3/).
82+
83+
## Enable / disable access logs
84+
85+
Enable access logs to capture details of incoming network traffic handled by the Load Balancer (e;g. client IP and timestamp).
86+
87+
These logs can then be viewed in [Scaleway Cockpit](/load-balancer/how-to/monitor-lb-cockpit/#access-logs).

0 commit comments

Comments
 (0)