MyNixOS website logo
option

services.logstash.extraSettings

Extra Logstash settings in YAML format.

Declarations
Type
strings concatenated with "\n"
Default
""
Example
''
  pipeline:
    batch:
      size: 125
      delay: 5
''