-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
Hi, I've asked on the forum about this :
https://discuss.elastic.co/t/gelf-listener-died/61580
No one has replied over there yet in 2 weeks, so I'm trying here.
It's not exactly the same as #21 since the error is different.
- Version: 2.4.0
- Operating System: Debian 8.6 (up-to-date)
- Config File :
input {
beats {
port => 5044
}
gelf {
port => 12201
type => "gelf"
}
}
output {
elasticsearch {
hosts => "localhost:9200"
index => "logs-%{type}-%{+YYYY.MM.dd}"
manage_template => false
}
}Error in log file :
{:timestamp=>"2016-10-11T11:58:29.704000+0200", :message=>"gelf listener died (0.0.0.0:12201)", :exception=>#<SocketError: bind: name or service not known>, :backtrace=>["org/jruby/ext/socket/RubyUDPSocket.java:160:in `bind'", "/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-input-gelf-2.0.7/lib/logstash/inputs/gelf.rb:98:in `udp_listener'", "/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-input-gelf-2.0.7/lib/logstash/inputs/gelf.rb:77:in `run'", "/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-core-2.4.0-java/lib/logstash/pipeline.rb:342:in `inputworker'", "/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-core-2.4.0-java/lib/logstash/pipeline.rb:336:in `start_input'"], :level=>:warn}NB: The error message is customized to show the host:port that fails.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels