Skip to content

Instantly share code, notes, and snippets.

@panchicore
Created March 21, 2017 13:47
Show Gist options
  • Save panchicore/2f122cf33e54a884d02c155edb250b68 to your computer and use it in GitHub Desktop.
Save panchicore/2f122cf33e54a884d02c155edb250b68 to your computer and use it in GitHub Desktop.
aws s3cmd sync elb logs in disk and goaccess them
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