fluentd: add record_reformer plugin

This commit is contained in:
Jaka Hudoklin
2015-04-25 15:48:47 +02:00
parent 4e51a466bd
commit a77ef79e5c
3 changed files with 14 additions and 0 deletions
+10
View File
@@ -60,6 +60,16 @@
"patron"
];
};
"fluent-plugin-record-reformer" = {
version = "0.6.0";
source = {
type = "gem";
sha256 = "1h43xx7dypbrhdw22c28jsp3054g4imic2wd12rl5nf1k85phfkk";
};
dependencies = [
"fluentd"
];
};
"fluentd" = {
version = "0.12.6";
source = {