m 2 dirctator: bump to latest logstash5
This commit is contained in:
parent
10b6ac4026
commit
b836a43a39
@ -25,6 +25,10 @@ in {
|
|||||||
stdout { codec => rubydebug }
|
stdout { codec => rubydebug }
|
||||||
exec { command => "${runit} '%{message}" }
|
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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user