fluent-bit

fluent-bit 5.1.0

Fast and lightweight logs and metrics processor for Linux, BSD, OSX and Windows

https://fluentbit.io
Apache License 2.0
main program: fluent-bitprograms: fluent-bit
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  fluent-bit
];
Ad-hoc shell
nix-shell -p fluent-bit
Flake (nix run)
nix run nixpkgs#fluent-bit