Skip to content

Latest commit

 

History

History
61 lines (40 loc) · 2.22 KB

WINDOWS.md

File metadata and controls

61 lines (40 loc) · 2.22 KB

Fluent Bit Windows Development

Build status

Windows port of Fluent Bit is maintained by Fujimoto Seiji fujimoto@ceptord.net.

v1.8 (2021/xx/xx)

v1.8 will be the release with HTTP monitoring mechanism.

Major Features

  • TODO: Port HTTP monitoring feature to Windows.
  • TODO: Port out_kafka to Windows.
  • TODO: Add stacktrace mechanism.
  • TODO: Add Arrow support to out_s3 (all platforms)

Changed

Fixed

  • Fix "Missing OpenSSL DLL " issues on v1.7 builds.

v1.7 (2021/02/14)

v1.7 is the first Windows release that support "filesystem chunks".

  • Before v1.6, Fluent Bit only support memory chunks. Thus it could lose data when it failed to shutdown gracefully (e.g. killed by OOM).

  • With this release, Fluent Bit can persist sending data in disk, which makes it more resilient to data loss.

Major Features

  • New filesystem chunk support (presitent log buffer in disk)
  • Port out_s3 to Windows
  • Port out_kinesis_stream to Windows
  • Port filter_geoip2 to Windows

Changed

  • Add "String_Inserts" option to in_winlog.
  • Use OpenSSL on the official release build.

Fixed

  • Fix stalled service issue on Windows Server 2012 (#2296)
  • Fix the default workdir for Windows Service (#2946)
  • Add a fallback mechanism for "ERROR_EVENTLOG_FILE_CHANGED" (#3033)