Last active
August 23, 2017 21:12
-
-
Save JcBanks/eb1b2db0ba4fc5aa10dfca4ca312934e to your computer and use it in GitHub Desktop.
Parse S3 access logs with GoAccess from Multiple directories
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
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