services.logstash.outputConfig

NixOS option

Logstash output configuration.

type: strings concatenated with "\n"
Default
"stdout { codec => rubydebug }"
Example
''
  redis { host => ["localhost"] data_type => "list" key => "logstash" codec => json }
  elasticsearch { }
''
declared in: nixos/modules/services/logging/logstash.nixView source on NixOS/nixpkgs →