Skip to content

A fast(ly) log analyzer

License

Unlicense, MIT licenses found

Licenses found

Unlicense
UNLICENSE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

shirvan/fastlyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fastlyzer

A log reader and analyzer. Originally designed to analyze Fastly logs but can be used for any log file containing one JSON entry per line.

fastlyzer 0.2.0

USAGE:
    fastlyzer [OPTIONS] --input <input>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -f, --filter <filter>...     One or more key=value pairs to AND by when filtering the results
    -i, --input <input>          The log file or directory to be analyzed
    -m, --max <max>              Max number of entries to display [default: 10]
    -s, --selector <selector>    The field in the logs which you want to count [default: client_ip]

Releases

No releases published

Packages

No packages published

Languages