4 Sep
2016
4 Sep
'16
1:42 a.m.
Hi team, Currently, I receive a jSON log from X, but I would like to append a new field. is it possible? e.g: I am trying to do something like: log { source { file("/var/log/app.jsonlog" program_override("ng_app") follow_freq(1) flags(no-parse) template("$(format-json --pair newfield=\"value\")"); ); }; destination(d_remote_collector); };