lib/logstash/outputs/syslog.rb in logstash-output-syslog-2.1.4 vs lib/logstash/outputs/syslog.rb in logstash-output-syslog-3.0.1

- old
+ new

@@ -104,12 +104,9 @@ # source host for syslog message. The new value can include `%{foo}` strings # to help you build a new value from other parts of the event. config :sourcehost, :validate => :string, :default => "%{host}" - # timestamp for syslog message - config :timestamp, :validate => :string, :default => "%{@timestamp}", :deprecated => "This setting is no longer necessary. The RFC setting will determine what time format is used." - # application name for syslog message. The new value can include `%{foo}` strings # to help you build a new value from other parts of the event. config :appname, :validate => :string, :default => "LOGSTASH" # process id for syslog message. The new value can include `%{foo}` strings