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