Skip to main content

Access logs

The Access Log feature records all information about incoming requests, including client IP, port, method, path, and server response. This is an important tool for analysing traffic, monitoring performance, ensuring security, and optimising your system.

Step 1: In the Load Balancer list, select the Load Balancer whose logs you want to view, then click the Access logs tab.

Step 2: View the log fields listed below.

note

Access logs are stored for a maximum of 7 days or 1,000 lines.

FieldDescription
TimestampThe time the Load Balancer received the request.
ListenerThe name of the Listener that received the request.
Server poolThe name of the pool to which the request was forwarded.
Bytes sentBytes sent to the client (body only, excluding HTTP headers).
Bytes uploadedBytes uploaded to the server.
Client IPThe IP address of the client that sent the request.
Client portThe port of the client that sent the request.
RequestThe full HTTP request received from the client, including method, URL, and protocol version.
MemberThe backend server to which the request was forwarded.
SSL verifyThe result of the client SSL certificate verification (relevant only when SSL is in use).
Status codeThe HTTP status code returned to the client.
Total time (ms)The total time to process the request and response, in milliseconds.

Select a specific Time range or use Filter to add fields and values to narrow the log view.

Step 3: To download the access log file for the selected time range, click Export logs.

The downloaded .log file is named using the format:

loadbalancer_accesslogs__starttime_endtime

where start time and end time use the format YYYYMMDDThh:mmTimezone (browser time), for example 20240729T2300+0700.