macOS
Requirements
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"Install build dependencies
brew install git cmake openssl bisonGet the source and build it
git clone https://github.com/fluent/fluent-bit
cd fluent-bitgit checkout v1.8.13export OPENSSL_ROOT_DIR=`brew --prefix openssl`
export PATH=`brew --prefix bison`/bin:$PATHCreate macOS installer from source
Running Fluent Bit
Last updated
Was this helpful?