-
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
General Windows development #2738
Comments
It is not exactly a "windows-only" issue, but we have a Windows container setup and would love to use Loki with Grafana cloud. But unfortunately, the loki output plugin does not support HTTPs & Basic Auth yet, so we have no way at all to use the Grafana cloud-hosted Loki on Windows right now, see #2735. A fix for that would be greatly appreciated by your windows users. |
@nweseloh Hm. So you want Loki plugin to have TLS (and Basic Auth) support Can you submit a new issue ticket (regarding the HTTPS support part, which is |
Sure, I added a feature request in #2791. Thanks for looking into this! |
Fluent Bit v1.7 was released last month. https://fluentbit.io/announcements/v1.7.0/ The major Windows-related topics were:
Overall, "filesystem chunk support" was landed as planned, and Some additional notes:
|
To Windows users: I started to work on the development for v1.8 series.
Also I keep the Windows subsystem-related planning in my development tree.. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
Good day. The documentation for the Windows agent doesn't discuss a silent installation method. After trying all of the standard switches "/?", "/q", "/qn", "/s", etc I found the switches for Nullsoft installers are "/S" and "/D". It would probably be useful to have these in the docs. Thank you to all who create this software. |
This is the ticket to keep track of the current Windows development.
As of writing, we are in Fluent Bit v1.7.0 development phase.
Planned Tasks
Memo
The current biggest task is Add support for filesystem storage on Windows #1694, which adds "file chunk" support
to Windows (requested in Windows Development for Fluent Bit v1.6.0 #2351).
The file chunk support should also enable us to use S3 plugin on
Windows as discussed in aws: port Amazon S3 plugin to Windows #2632.
The previous ticket was Add Windows Support to Fluent Bit #960 (very long) and Windows Development for Fluent Bit v1.6.0 #2351.
The text was updated successfully, but these errors were encountered: