port 514 not working
Posted: Mon Jun 08, 2015 10:48 am
I have a number of devices sending their log data to NLS using port 514. I sent over a few logs to test NLS, and I get this error:
I have tested both of the following filters and get the error no matter which is active:
or
Code: Select all
{:timestamp=>"2015-06-08T11:05:13.233000-0400", :message=>"syslog tcp listener died", :address=>"0.0.0.0:514", :exception=>#, :backtrace=>["org/jruby/ext/socket/RubyTCPServer.java:124:in `initialize'", "org/jruby/RubyIO.java:852:in `new'", "/usr/local/nagioslogserver/logstash/lib/logstash/inputs/syslog.rb:135:in `tcp_listener'", "/usr/local/nagioslogserver/logstash/lib/logstash/inputs/syslog.rb:90:in `run'"], :level=>:warn}Code: Select all
syslog {
type => 'syslog'
port => 514
}Code: Select all
input {
tcp {
port => 514
type => syslog
}
udp {
port => 514
type => syslog
}
}