fluent-bit
fluent-bit 5.1.0
Fast and lightweight logs and metrics processor for Linux, BSD, OSX and Windows
https://fluentbit.ioApache License 2.0
main program: fluent-bitprograms: fluent-bit
Maintainers
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