Rust's AWS Elastic Load Balancer (ELB) - Log Analyzer

The Amazon ELB provides the access logs of your services, on them you can locate IPs of requests, processing times, URLs being requested, HTTP methods and statuses of each request. Rebar is a tool to help you analyze logs by providing quick insights into your ELB logs.

Build and Usage

Cargo provides all the basic installation and usage for this repository. For instructions on installing Rust and Cargo click here Building:
bash cargo build

Installation