m 2 dirctator: bump to latest logstash5

This commit is contained in:
makefu 2017-06-18 23:23:28 +02:00
parent 10b6ac4026
commit b836a43a39
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -25,6 +25,10 @@ in {
stdout { codec => rubydebug }
exec { command => "${runit} '%{message}" }
'';
plugins = [ ];
extraSettings = ''
path.plugins: [ "${pkgs.logstash-output-exec}" ]
'';
## NameError: `@path.plugins' is not allowable as an instance variable name
# plugins = [ pkgs.logstash-output-exec ];
};
}