Skip to content

Commit

Permalink
Never add token field to cloudtrail messages
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelo-herrera-sp committed Oct 8, 2014
1 parent df55c56 commit 58cba76
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 58cba76

Please sign in to comment.