Skip to content

Fluentd

services.fluentd.config

Fluentd config. Type: strings concatenated with "\n"

Default

""

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/logging/fluentd.nix

services.fluentd.enable

Whether to enable fluentd, a data/log collector. Type: boolean

Default

false

Example

true

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/logging/fluentd.nix

services.fluentd.package

The fluentd package to use. Type: package

Default

pkgs.fluentd

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/logging/fluentd.nix

services.fluentd.plugins

A list of plugin paths to pass into fluentd. It will make plugins defined in ruby files there available in your config.

Type: list of path

Default

[ ]

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/logging/fluentd.nix