m 2 dirctator: bump to latest logstash5

This commit is contained in:
makefu 2017-06-18 23:23:28 +02:00
parent aca91354a2
commit 97558c1a66

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 ];
};
}