diff options
author | makefu <github@syntax-fehler.de> | 2017-06-18 23:23:28 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-06-27 20:46:10 +0200 |
commit | b836a43a395e0f2860b3243702caf53c53a6664a (patch) | |
tree | a024d5742dfeea303e8615dda5c9c5187a82db35 /makefu/2configs | |
parent | 10b6ac40265a0f653b8753e87894cbfb6fa00590 (diff) |
m 2 dirctator: bump to latest logstash5
Diffstat (limited to 'makefu/2configs')
-rw-r--r-- | makefu/2configs/deployment/dirctator.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/makefu/2configs/deployment/dirctator.nix b/makefu/2configs/deployment/dirctator.nix index b8e61955d..4f2f8818d 100644 --- a/makefu/2configs/deployment/dirctator.nix +++ b/makefu/2configs/deployment/dirctator.nix @@ -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 ]; }; } |