-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connections dropping #6
Comments
Definitely not expected behavior. I have no disconnects across any of our production or test machines in the past 24 hours. Our test machines should be idle right now. Anything interesting in the logstash logs/console output? |
Noticed something similar while setting up a test script for my #7 pull request, the machine where the test elk-stack was set up on was partially unresponsive. elasticsearch & kibana were responding as expected, however a restart of the logstash service fixed following error (shortly after start):
|
still puzzled by this, thought it was related to unresponsiveness from log stash but just invoked the same error through the following:
it's puzzling me at this point, especially since flaky connections should be handled, but are instead causing socket hang up errors (not much experience with actual sockets, but to me it looks like you're getting an error for something that's already handled? Regards edit: The way that I got it working again this time (VERY odd!) is by switching my hosts file to a wrong ip (so that I'm getting refused connection errors back, which are handled correctly) and then (while the app is running) switch back to the correct hosts file (so that the hostname is directed to the ip of the (logstash) server again) which resulted in a "connected" message, and everything seems fine again (for now) |
Just deployed this to a test server. Works great. However, noticed that the connect/disconnect events appear to be firing every 20 - 60 seconds during periods of no traffic/usage. Is this expected behaviour?
The error argument within the
disconnect
event as suggested in the tutorial is undefined in this case.Is this to do with the caveat listed on the lumberjack-protocol readme?
The text was updated successfully, but these errors were encountered: