Skip to content

Commit e4555d7

Browse files
committed
Table fix
Fixed a table that missed some pipes (cases are still empty, pending completion)
1 parent 7636364 commit e4555d7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pages/network/load_balancer/use_api_logs_2_customers/guide.en-gb.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ The forwarded logs are generated by [HAproxy](https://en.wikipedia.org/wiki/HAPr
5353
| backend_name | Name of the backend server connected to your Load Balancer | String |
5454
| backend_source_ip | IP address of the backend server connected to your Load Balancer | IP |
5555
| backend_source_port_int | TCP port of the backend server connected to your Load Balancer | Integer |
56-
| server_ip |
57-
| server_port_int |
56+
| server_ip | | |
57+
| server_port_int | | |
5858
| termination_state | The session termination indicator: 2 letters for TCP, 4 letters for HTTP, all the details on [HAProxy documentation page](https://docs.haproxy.org/2.6/configuration.html#8.5){.external}| String (e.g. "----") |
59-
| bytes_read_int |
60-
| bytes_uploaded_int |
59+
| bytes_read_int | | |
60+
| bytes_uploaded_int | | |
6161
| time_duration_int | The time in milliseconds the TCP session has been opened when this request is made | Integer |
6262

6363
### Additional content for `HTTP` listeners

0 commit comments

Comments
 (0)