summaryrefslogtreecommitdiffstats
path: root/makefu
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-06-18 23:23:28 +0200
committermakefu <github@syntax-fehler.de>2017-06-27 20:46:10 +0200
commitb836a43a395e0f2860b3243702caf53c53a6664a (patch)
treea024d5742dfeea303e8615dda5c9c5187a82db35 /makefu
parent10b6ac40265a0f653b8753e87894cbfb6fa00590 (diff)
m 2 dirctator: bump to latest logstash5
Diffstat (limited to 'makefu')
-rw-r--r--makefu/2configs/deployment/dirctator.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/makefu/2configs/deployment/dirctator.nix b/makefu/2configs/deployment/dirctator.nix
index b8e61955..4f2f8818 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 ];
};
}