Skip to content

Instantly share code, notes, and snippets.

@JcBanks
Last active August 23, 2017 21:12
Show Gist options
  • Save JcBanks/eb1b2db0ba4fc5aa10dfca4ca312934e to your computer and use it in GitHub Desktop.
Save JcBanks/eb1b2db0ba4fc5aa10dfca4ca312934e to your computer and use it in GitHub Desktop.
Parse S3 access logs with GoAccess from Multiple directories
find . -type f -exec cat {} ';' | goaccess --log-format=AWSS3 -r -0 GoAccessS3Report.html
find . -type f -exec cat {} ';' | goaccess --log-format=AWSELB -r -0 GoAccessELBReport.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment