services.logstash.extraSettings

NixOS option

Extra Logstash settings in YAML format.

type: strings concatenated with "\n"
Default
""
Example
''
  pipeline:
    batch:
      size: 125
      delay: 5
''
declared in: nixos/modules/services/logging/logstash.nixView source on NixOS/nixpkgs →