Skip to content

Commit

Permalink
fixed leef.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Nov 20, 2016
1 parent b5ca4ad commit 53fd54f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/logstash/codecs/leef.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class LogStash::Codecs::LEEF < LogStash::Codecs::Base
config_name "leef"

# Field is to disable the leef header, which can be helpful for generating WCollect messages over syslog
config :leefheader, :validate => boolean, :default => true
config :leefheader, :validate => :boolean, :default => true

# Field to enable the default syslog header, which uses the default `%{host}` field for hostname and the timestamp is generated by the codec parsing time. If no value is set the hostname is set to the `hostname` value where logstash is running.
config :syslogheader, :validate => :boolean, :default => true
Expand Down

0 comments on commit 53fd54f

Please sign in to comment.