-
Notifications
You must be signed in to change notification settings - Fork 33
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
Support for Windows Environment. #11
Comments
@leandroandrade-hotmart long term, we want to create a release of AWS for Fluent Bit for Windows. I can't give you a hard timeline for when that will happen, but it'll probably be later in this year (i.e. not soon). The Fluent Bit core maintainers are working on Windows support:
Take a look at those pull requests; you might be able to get it working. The current recommendation from AWS is to use the Fluentd windows image and use the Fluentd Kinesis plugin: https://github.com/awslabs/aws-fluent-plugin-kinesis |
Thanks @PettitWesley . |
Unfortunately I do not know very much about Windows containers. Did you try the non-merged/experimental Fluent Bit windows Dockerfile? I'm curious if that works. fluent/fluent-bit#1760 If it does, then you should be able to add this Go plugin. It looks like go shared C libraries can be built on Windows: golang/go@bb0bfd0 If you try this out, let me know, and I'll try to help. |
Can anyone answer me if this plugin compatible with Windows Fluentbit? Trying to execute there but I'm having some issues, I didn't find in the doc if it's supported there. |
@amjanoni Unfortunately I do not think it is. Last I checked the Golang interface had not been ported to Windows and was not planned to be. I could be wrong through. |
@amjanoni Check if the CMAKE arg If the golang interface is exposed, then it will work. You just need to compile this plugin on a windows machine, which should work too. |
Hello, i'm trying build a image for execute in a cluster with Windows pods and i wanna know if it's possible to generate a image for this purpose.
I created a image with the code below, but don't work :(
My pods is based in a mcr.microsoft.com/windows/servercore:ltsc2019
Thanks
The text was updated successfully, but these errors were encountered: