You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a weird issue. My gelf input was working just fine until recently, but since I added another input (from google pub/sub), it crashes after some time because of a SocketError. the timing for the failure seems to be always around 1 day.
The error thrown is the following : <SocketError: recvfrom: name or service not known> with a stacktrace pointing to
That error seems to completely crash Logstash, which is maybe a separate issue, as I would except the listener to just restart in such a situation.
If I remove the google_pubsub listener, gelf works again as expected (now running for 7 days without issue, but with pubsub it was consistently failing after 1 day 6 times in a row).
I have a weird issue. My gelf input was working just fine until recently, but since I added another input (from google pub/sub), it crashes after some time because of a
SocketError
. the timing for the failure seems to be always around 1 day.The error thrown is the following :
<SocketError: recvfrom: name or service not known>
with a stacktrace pointing tologstash-input-gelf/lib/logstash/inputs/gelf.rb
Line 101 in 7d55930
That error seems to completely crash Logstash, which is maybe a separate issue, as I would except the listener to just restart in such a situation.
If I remove the google_pubsub listener, gelf works again as expected (now running for 7 days without issue, but with pubsub it was consistently failing after 1 day 6 times in a row).
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: