Logpush Job Output Options Args
Constructors
Properties
String to be prepended before each batch.
String to be appended after each batch.
Mitigation for CVE-2021-44228. If set to true, will cause all occurrences of ${ in the generated files to be replaced with x{. Defaults to false
.
String to join fields. This field be ignored when record_template is set. Defaults to ,
.
List of field names to be included in the Logpush output.
Specifies the output type. Available values: ndjson
, csv
. Defaults to ndjson
.
String to be inserted in-between the records as separator.
String to be prepended before each record. Defaults to {
.
String to be appended after each record. Defaults to }
.
String to use as template for each record instead of the default comma-separated list.
Specifies the sampling rate. Defaults to 1
.
Specifies the format for timestamps. Available values: unixnano
, unix
, rfc3339
. Defaults to unixnano
.