-
Notifications
You must be signed in to change notification settings - Fork 56
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
Inquiry: FreeBSD Port of Sidecar In The Works? #340
Comments
This could be done. What's currently stopping us, is the lack of FreeBSD support in the |
What is the current state of this? With the old beats plugin being deprecated, this is going to become a real issue, I suppose. Note that we have strong reservations about the sidecar approach, as it requires the graylog host to be able to connect to the nodes that are having their logs collected. This breaks down the security model of our environment, which the current beats plugin does not. I may have misunderstood something, and it's a discussion for a different issue (only slight pun intended) I suppose. |
I haven't gotten around to it yet. Let's see if I find some time, but no promises :)
It works in the opposite direction. The sidecars connect to the graylog server, just like the beats collectors and the old sidecar does. |
Can it be used like the current one - manually configured - at all?
Right, I realised that ((very) late) last night as I was reading up on this again. It's still an issue though; we're using Puppet for all our configuration management needs, and adding another purpose-built config management system in addition is not something we'd like. One of the major benefits of Puppet is that we can have dynamic configuration; when new nodes make their presence known to the Puppet infrastructure, existing nodes can be automatically reconfigured to recognise them and key- and certificate management is automated. |
@ltning if you have a fully deployed Puppet setup already, there is no need for the Sidecar at all. Just use Puppet to manage the Filebeat configuration directly and you are done. The Sidecar is not doing any ingestion of log messages so it makes no difference what system is taking care of the configuration file. |
gosigar is not supported on these platforms. We just add metric stubs for now. Fixes #340
* Added build option for armhf / armv7 (#355) (cherry picked from commit 0eafa21) * Change armhf name to linux-armv7 (#356) This way it's more specific. (cherry picked from commit 4fbc464) * Fix freebsd and darwin build (#375) * Fix freebsd and darwin build gosigar is not supported on these platforms. We just add metric stubs for now. Fixes #340 * Add darwin and freebsd to the build (cherry picked from commit ed3c80b)
Would like to know if their is a FreeBSD port of Sidecar in the works. Have had zero success shipping FreeBSD logs to Graylog.
The text was updated successfully, but these errors were encountered: