Created
March 21, 2017 13:47
-
-
Save panchicore/2f122cf33e54a884d02c155edb250b68 to your computer and use it in GitHub Desktop.
aws s3cmd sync elb logs in disk and goaccess them
This file contains hidden or 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
s3cmd sync s3://aqhj-webaccess2/AWSLogs/290696998068/elasticloadbalancing/us-east-1/2017/03/22/ /logs/elb/AWSLogs/290696998068/elasticloadbalancing/us-east-1/2017/03/22/ | |
find /logs/elb/AWSLogs/290696998068/elasticloadbalancing/us-east-1/2017/ -exec cat {} \;| goaccess --http-protocol=no -a | |
-q --no-query-string | |
https://goaccess.io/man#name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment