Skip to content

Instantly share code, notes, and snippets.

@panchicore
Created March 21, 2017 13:24
Show Gist options
  • Save panchicore/1ee7042610de49685b1a5a8fd142a933 to your computer and use it in GitHub Desktop.
Save panchicore/1ee7042610de49685b1a5a8fd142a933 to your computer and use it in GitHub Desktop.
aws s3cmd sync elb logs in disk
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment