Status : core feature, unit tested and maintained.
Some outputs plugins support the serializer
params.
Supported serializer for output plugin :
json_logstash
: this serializer dumps the log line to a JSON Object.msgpack
: this serializer dumps the log line to a msgpack Object.raw
: this serializer dumps the log line to a string, given in theformat
parameter. Theformat
string can reference log lines properties (see interpolation). Defaultformat
value is#{message}
.