Error observed while configuring logstash forwarder -


while trying configure logstash forwarder on central server, below error observed in logstash.log:

 {:timestamp=>"2015-07-07t09:05:14.742000-0500", :message=>"unknown setting 'timestamp' date", :level=>:error}  {:timestamp=>"2015-07-07t09:05:14.744000-0500", :message=>"error: wrong configuration."} 

could please resolve issue?

here configuration file:/etc/logstash/conf.d/central.conf:

input {     lumberjack {         port => 6782         ssl_certificate => "/etc/logstash/server.crt"         ssl_key => "/etc/logstash/server.key"         type => "lumberjack"     } } output {     stdout { }     elasticsearch {         cluster => "logstash"     } } 


Comments

Popular posts from this blog

android - Pass an Serializable object in AIDL -

How to provide Authorization & Authentication using Asp.net, C#? -

How to use Authorization & Authentication in Asp.net, C#? -