diff --git a/deploy/helm/sumologic/conf/logs/collector/common/filelog_receiver.yaml b/deploy/helm/sumologic/conf/logs/collector/common/filelog_receiver.yaml index d34589bc1..db47cc9b1 100644 --- a/deploy/helm/sumologic/conf/logs/collector/common/filelog_receiver.yaml +++ b/deploy/helm/sumologic/conf/logs/collector/common/filelog_receiver.yaml @@ -99,7 +99,7 @@ filelog/containers: output: strip-trailing-newline source_identifier: attributes["log.file.path"] type: recombine - ## Ensure we are combine everything up to `is_last_entry` even on the file beginning + ## Ensure we combine everything up to `is_last_entry` even on the file beginning max_unmatched_batch_size: 0 ## merge-cri-lines stitches back together log lines split by CRI logging drivers. @@ -114,7 +114,7 @@ filelog/containers: overwrite_with: newest source_identifier: attributes["log.file.path"] type: recombine - ## Ensure we are combine everything up to `is_last_entry` even on the file beginning + ## Ensure we combine everything up to `is_last_entry` even on the file beginning max_unmatched_batch_size: 0 ## strip-trailing-newline removes the trailing "\n" from the `log` key. This is required for logs coming from Docker container runtime. diff --git a/deploy/helm/sumologic/conf/logs/collector/otelcloudwatch/config.yaml b/deploy/helm/sumologic/conf/logs/collector/otelcloudwatch/config.yaml index cd9c0d374..f3c5cf64b 100644 --- a/deploy/helm/sumologic/conf/logs/collector/otelcloudwatch/config.yaml +++ b/deploy/helm/sumologic/conf/logs/collector/otelcloudwatch/config.yaml @@ -61,7 +61,7 @@ processors: overwrite_with: newest source_identifier: resource["cloudwatch.log.stream"] type: recombine - ## Ensure we are combine everything up to `is_last_entry` even on the file beginning + ## Ensure we combine everything up to `is_last_entry` even on the file beginning max_unmatched_batch_size: 0 - id: merge-multiline-logs combine_field: attributes.log