Maximum Record Size
Most data formats have a property that limits the maximum size of the record that an origin can parse. For example, the delimited data format has a Max Record Length property, the JSON data format has Max Object Length, and the text data format has Max Line Length.
When the origin processes data that is larger than the specified length, the behavior differs based on the origin and the data format. For example, with some data formats, oversized records are handled based on the record error handling configured for the origin. While in other data formats, the origin might truncate the data. For details on how an origin handles size overruns for each data format, see the "Data Formats" section of the origin documentation.
When available, the maximum record size properties are limited by the Data Collector
parser buffer size, which is 1048576 bytes by default. So, when raising the maximum record size property in the origin does not
change the origin's behavior, you might need to increase the Data Collector parser buffer size by configuring the parser.limit
property in
the Data Collector
configuration fileconfiguration properties.
Note that most of the maximum record size properties are specified in characters, while the Data Collector limit is defined in bytes.