-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Default config file doesn't work on Windows #4635
Comments
@walbers I'm changing the title to Windows, @fujimotos have you seen this before? |
@agup006 The reason is pretty simple: the default configuration file For reference, I posted a minimum configuration that works on Windows |
Similar to the Linux smoke tests we need to add one for Windows as well to catch these errors in CI, I'll be doing that when we transition the Windows build over into the same pipeline. @niedbalski is there an existing issue for the Windows CI updates to link? |
@fujimotos do you want me to merge that config over to the docs https://docs.fluentbit.io/manual/installation/windows? EDIT: created a PR here: fluent/fluent-bit-docs#676 |
@patrick-stephens #3720 intends to address the windows builds issue. As for this specific, In my opinion a simple smoke test that uses the configuration pointed by @fujimotos can help here. |
Yeah I'll look at that next week if I can, just add a job for smoke testing it rather than the full CI. |
@fujimotos also did a follow up PR that makes the new config file the default which is super helpful and what I'll try to pull down for testing/verification as simplifies things: #4679 |
I've got a working POC now I'll aim to integrate into the workflows: https://github.com/patrick-stephens/fluent-bit-release-test/runs/4954750346?check_suite_focus=true |
Bug Report
Describe the bug
The fluent-bit.conf file downloaded with the 64 bit zip for Windows doesn't work on Windows.
To Reproduce
STOPPED
statesc.exe create fluent-bit binPath= "C:\test\bin\fluent-bit.exe -c C:\test\conf\fluent-bit.conf"
sc.exe start fluent-bit
sc.exe query fluent-bit
Expected behavior
For the service to be started. This was fixed after hours of debugging. I tried the config file found here and everything worked fine.
Your Environment
test
The text was updated successfully, but these errors were encountered: