services.logstash.outputConfig
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
- <nixpkgs/nixos/modules/services/logging/logstash.nix>