Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion pipeline/outputs/kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,11 @@ If you are compiling Fluent Bit from source, ensure the following requirements a

- Build Requirements

The packages `libsasl2` and `libsasl2-dev` must be installed on your build environment.
| Platform | Requirements |
|----------|-------------|
| **Linux/macOS** | The packages `libsasl2` and `libsasl2-dev` must be installed on your build environment. |
| **Windows** | No additional SASL libraries required. Windows uses the built-in Security Support Provider Interface (SSPI) for SASL authentication, which only requires OpenSSL/TLS to be enabled. |


- Runtime Requirements:

Expand Down