MyNixOS website logo
option

services.logstash.outputConfig

Logstash output configuration.

Declarations
Type
strings concatenated with "\n"
Default
"stdout { codec => rubydebug }"
Example
''
  redis { host => ["localhost"] data_type => "list" key => "logstash" codec => json }
  elasticsearch { }
''