-
Notifications
You must be signed in to change notification settings - Fork 12
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
plugin throws errors if not receiving messages and crashes on exit #5
Comments
We have this error here too |
Hi guys, any expectations to fix this issue? |
Not sure how to go about fixing this, the library this plugin uses, ffi-rzmq, is up to date, so this needs to be fixed upstream, I think. Maybe we can experiment with a different library, wrapping https://github.com/zeromq/jeromq? |
I have a similar issue.
where my configuration is
with no pushers connected. I'm using logstash 1.5.4 inside a docker container and apt-get-installed libzmq3-dev (ZeroMQ 4.0.5) on the vanilla image which bases on Debian Jessie. The above output stream is retrieved using I'd like to check out the errno set by the underlying libzmq using |
Oh, I found the solution for my case.
After adding "DeleteObject" permission to the s3 bucket, my logstash began to work as expected. |
So, my suggested fix/improvements are:
|
On logstash 1.5.0 on macosx:
migrated from elastic/logstash#1320
The text was updated successfully, but these errors were encountered: