Created
March 9, 2017 21:43
-
-
Save fnzv/0d66400448923645d685472547d1caac to your computer and use it in GitHub Desktop.
Parsing HAProxy Logs with goaccess
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
Thanks. It does help