logstash-plugins / logstash-input-gelf

Apache License 2.0
20 stars 39 forks source link

Windows test failure #5

Closed jordansissel closed 9 years ago

jordansissel commented 9 years ago

From https://github.com/elasticsearch/logstash/issues/2487

  49) inputs/gelf reads chunked gelf messages  inputs
     Failure/Error: block.call(pipeline, queue)
     SocketError:
       send: name or service not known
     # C:\Users\jls\Documents\GitHub\logstash\lib\logstash\runner.rb:57:in `run'
     # C:\Users\jls\Documents\GitHub\logstash\lib\logstash\runner.rb:112:in `run'
     # C:\Users\jls\Documents\GitHub\logstash\lib\logstash\runner.rb:170:in `run'
ph commented 9 years ago

Same bug as https://github.com/logstash-plugins/logstash-output-statsd/issues/3

ph commented 9 years ago

fixed by a monkeypatch in https://github.com/elasticsearch/logstash/pull/2507