-
Notifications
You must be signed in to change notification settings - Fork 178
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
Add support for FreeBSD #130
Conversation
Thanks for sending this along - I don't use BSD at all, so I'll have to trust that this will work as expected. Can you take a look at fixing some of the tests that are failing? Adding tests is also a big help if you're able- as more changes are made the module it's always helpful to know that nothing is being broken on accident. Thanks again |
Seems like the failed tests are just cosmetic issues in code / yaml style, we should be able to fix them and push a fix soon |
Version 2.3.0 - Add support for Filebeat 6 - Add Support for hash.random in Kafka output
I've made some general clean up so tests won't fail anymore and I also reverted to the FreeBSD-provided init script and config file path. Sorry for this taking a long time... it should be fine now, we are actually using it on FreeBSD 11.1-RELEASE. Please take a look and tell us if there is anything else needed for a merge. thanks 👍 |
Hallo,
I've added support for FreeBSD.
Referred to issue #129