Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Command line script to download logs from S3 bucket, concatenate them info a file, format the file, and analyzes it

Notifications You must be signed in to change notification settings

rnickmccandless/aws_s3_logs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

AWS Logs script
Command line script to download logs from S3 bucket, concatenate them info a file, format the file, and analyzes it

Usages
$ ruby aws_s3_logs.rb <bucket_name> <access_key_id> <secret_access_key> <prefix>
or
Hard code the variables @ the top of the file, then $ ruby aws_s3_logs.rb

Requirements
ruby >= 2.1
gem 'aws-sdk'

Tested: only on OSX 10.10

Author: R. Nick McCandless

About

Command line script to download logs from S3 bucket, concatenate them info a file, format the file, and analyzes it

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages