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);
};