Skip to content

Instantly share code, notes, and snippets.

@pilgrim2go
Forked from fnzv/haproxy-parse.sh
Created August 30, 2018 07:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pilgrim2go/0b751b6bc0376f5485b7774e4df95272 to your computer and use it in GitHub Desktop.
Save pilgrim2go/0b751b6bc0376f5485b7774e4df95272 to your computer and use it in GitHub Desktop.
Parsing HAProxy Logs with goaccess
goaccess -f haproxy.log --log-format='%^ %^ %^:%^:%^ %^ %^[%^]: %h:%^ [%d:%t.%^] %^ %^ %^/%^/%^/%^/%L %s %b %^ %^ %^ %^/%^/%^/%^/%^ %^/%^ "%r"' --date-format='%d/%b/%Y' --time-format='%H:%M:%S' -q
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment