Skip to main content
Malformed data includes binary payloads, corrupted output, truncated structured data, and strings that cannot be parsed in the expected format. Typical causes include:
  • Binary protocols or files routed into a text log pipeline
  • Application crashes or buffer limits that truncate structured output
  • Encoding mismatches that produce invalid characters
  • Partial serialization of JSON or other structured formats

Signals

Example

Enforce at edge

Drop malformed log events before they reach the destination provider.
Tero removes malformed events whole because their fields fail parsing.

Detection notes

  • Tero can match explicit binary signatures with regular expressions.
  • Tero can match fields that fail the expected parser, such as malformed JSON.
  • Scope malformed-data policies to the emitting service or field when the pattern is specific.
  • Dropping malformed events preserves valid error, warning, and diagnostic logs that are parseable.