Logs that aren’t logs. Binary data, corrupted output, unparseable strings. They convey nothing and cost you money.Applications crash mid-write. Binary protocols get routed to text log pipelines. Encoding mismatches produce garbage. In a large enough system, something is always emitting garbage somewhere.
id: drop-binary-data-image-processorname: Drop binary data from image-processordescription: PNG image data routed to log pipeline. Not parseable, not queryable.log: match: - resource_attribute: service.name exact: image-processor - log_field: body regex: "^\\x89PNG\\r\\n" keep: none