Skip to content

Instantly share code, notes, and snippets.

@dcorrigan
Created May 4, 2017 14:38
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 dcorrigan/d044f8fd2e01cca31a23107f0cfa89f6 to your computer and use it in GitHub Desktop.
Save dcorrigan/d044f8fd2e01cca31a23107f0cfa89f6 to your computer and use it in GitHub Desktop.
goaccess parse multiple logs
zcat -f logs/access.log* | goaccess --log-format=COMBINED --ignore-crawlers -a -o report.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment