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/load-balancer/how-to/create-frontends-backends.mdx
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: How to create frontends and backends
3
3
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.
@@ -31,11 +31,15 @@ When you create a Load Balancer, you can either add frontends and backends durin
31
31
32
32
2. Enter a **name** for your frontend.
33
33
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).
35
35
36
-
<Messagetype="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
+
<Messagetype="tip">
41
+
For more help with configuring your frontend, see our [dedicated reference documentation](/load-balancer/reference-content/configuring-frontends/).
42
+
</Message>
39
43
40
44
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.
41
45
@@ -88,7 +92,9 @@ You can add one or many frontends to your Load Balancer after its creation. Foll
88
92
89
93
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.
90
94
91
-
7. Under **Advanced Settings**, optionally use the <Iconname="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).
92
98
93
99
<Messagetype="tip">
94
100
For more help with configuring your frontend, see our [dedicated reference documentation](/load-balancer/reference-content/configuring-frontends/).
Copy file name to clipboardExpand all lines: pages/load-balancer/how-to/manage-frontends-and-backends.mdx
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: How to manage frontends and backends
3
3
description: Learn how to manage frontends and backends with Scaleway Load Balancer. Configure endpoints, optimize traffic flow, and ensure seamless application performance.
Copy file name to clipboardExpand all lines: pages/load-balancer/how-to/monitor-lb-cockpit.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: How to monitor your Load Balancer with Scaleway Cockpit
3
3
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.
@@ -152,7 +152,7 @@ Logs when a frontend's SSL/TLS certificate is about to expire or has expired.
152
152
### Access logs
153
153
154
154
<Messagetype="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.
156
156
</Message>
157
157
158
158
Access logs capture details of incoming network traffic handled by the Load Balancer. Each log is shown in the following format:
description: Get started with Scaleway Load Balancer in minutes. Follow this quickstart guide to set up, configure, and optimize traffic distribution for your applications.
@@ -50,11 +50,15 @@ import image from './assets/scaleway-configure-frontend.webp'
50
50
51
51
1. Enter a **name** for your frontend.
52
52
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).
54
54
55
-
<Messagetype="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
+
<Messagetype="tip">
60
+
For more help with configuring your frontend, see our [dedicated reference documentation](/load-balancer/reference-content/configuring-frontends/).
61
+
</Message>
58
62
59
63
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.
Copy file name to clipboardExpand all lines: pages/load-balancer/reference-content/configuring-frontends.mdx
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Configuring your Load Balancer's frontend
3
3
description: Discover essential tips for configuring frontends with Scaleway Load Balancer. Optimize your network setup with detailed, easy-to-follow instructions.
4
4
tags: load-balancer
5
5
dates:
6
-
validation: 2025-07-16
6
+
validation: 2025-11-17
7
7
posted: 2023-06-05
8
8
---
9
9
@@ -78,4 +78,10 @@ Enable HTTP/3 to allow HTTP/3 connections between the client and the Load Balanc
78
78
79
79
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.
80
80
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