LogTransformerTransformerConfigParsePostgres constructor
const
LogTransformerTransformerConfigParsePostgres({
- 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,
});