LogTransformerTransformerConfigParsePostgres constructor

const LogTransformerTransformerConfigParsePostgres({
  1. Input<String?>? source,
})

Creates a new LogTransformerTransformerConfigParsePostgres. source Specifies the source field to be parsed. The only allowed value is @message. If omitted, the whole log message is processed.

Implementation

const LogTransformerTransformerConfigParsePostgres({
  this.source,
});