> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bronto.io/llms.txt
> Use this file to discover all available pages before exploring further.

# ALB and NLB Access Logs

> Ingest access logs from Application and Network Load Balancers — client IP, request details, target, latency, and response code.

Application Load Balancers and Network Load Balancers can publish access logs to an S3 bucket. Each entry records the client IP and port, the request line, the chosen target, latency at each hop, and the response code — a comprehensive trail of the traffic that reached your load balancer.

## Recommended method

[**S3 Log Forwarder**](./aws-client-s3) — enable access logging on each load balancer with a destination bucket, then point the Bronto forwarder Lambda at the bucket. New log objects are picked up via S3 event notifications and streamed into Bronto.

See [Ingesting AWS Data into Bronto](./aws-overview) for the full service-to-method mapping.

## References

* [Application Load Balancer — access logs](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-access-logs.html)
