The Amazon ELB provides a huge amount of access logs, on which 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.
Rebar is parallel and focused on performance, this allows the user to analyze months worth of logs in a few minutes.
Cargo provides all the basic installation and usage for this repository. For instructions on installing Rust and Cargo click here
Building:
bash
cargo build
To execute Rebar from this repository you can pass arguments through cargo
, we accept a direct log file or folder:
bash
cargo run -- examples/example1.log
cargo run -- examples/
You can install Rebar through cargo
:
bash
cargo install elb-rebar
We have /examples/
for you to test during development or after installation:
bash
elb-rebar examples/
elb-rebar examples/example1.log
Rebar will count and list all requests registered in your log file or folder (recursively).