Skip to content

Instantly share code, notes, and snippets.

@marianogg9
Created June 6, 2014 16:52
Show Gist options
  • Save marianogg9/12e52f51392f08e5b3f7 to your computer and use it in GitHub Desktop.
Save marianogg9/12e52f51392f08e5b3f7 to your computer and use it in GitHub Desktop.
input {
s3 {
bucket => "your_bucket_name"
credentials => ["acces_key","secret_key"]
codec => cloudtrail
region_endpoint => "your_region"
type => "cloudtrail"
prefix => "your/logs/path"
sincedb_path => "/path/.sincedb"
}
}
output {
stdout { codec => rubydebug }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment