Skip to content

Commit

Permalink
Merge pull request wearethefoos#5 from sailpoint/bug/4
Browse files Browse the repository at this point in the history
Never add token field to cloudtrail messages (closes wearethefoos#4)
  • Loading branch information
marcelo-herrera-sp committed Oct 9, 2014
2 parents df55c56 + 58cba76 commit 1619bea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/default/cloudtrail.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ input {
credentials => ["<%= node['logstash']['ct_access'] %>","<%= node['logstash']['ct_secret'] %>"]
sincedb_path => "/vol/cloudtrail/timestamp/s3.sincedb"
tags => ["cloudtrail"]
add_field => [ "token", "<%= node['logstash']['token'] %>" ]
codec => cloudtrail
type => "cloudtrail"
}
Expand Down

0 comments on commit 1619bea

Please sign in to comment.