Skip to content

Commit f4cf82b

Browse files
atoulmedmitryax
andauthored
Remove invalid output from the filelog operators sequence (signalfx#626)
* Remove invalid output from the filelog operators sequence Co-authored-by: Dmitrii Anoshin <[email protected]>
1 parent c169ec4 commit f4cf82b

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
44

55
## Unreleased
66

7+
### Fixed
8+
9+
- Default recombine operator for the docker container engine (#627)
10+
711
## [0.67.0] - 2022-12-19
812

913
### Changed

helm-charts/splunk-otel-collector/templates/config/_otel-agent.tpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,6 @@ receivers:
306306
# Parse Docker format
307307
- type: json_parser
308308
id: parser-docker
309-
output: handle_empty_log
310309
timestamp:
311310
parse_from: attributes.time
312311
layout: '%Y-%m-%dT%H:%M:%S.%LZ'

rendered/manifests/otel-logs/configmap-agent.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ data:
183183
source_identifier: attributes["log.file.path"]
184184
type: recombine
185185
- id: parser-docker
186-
output: handle_empty_log
187186
timestamp:
188187
layout: '%Y-%m-%dT%H:%M:%S.%LZ'
189188
parse_from: attributes.time

rendered/manifests/otel-logs/daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
app: splunk-otel-collector
3030
release: default
3131
annotations:
32-
checksum/config: fedbd501f28c21d2b194e20f8273037c131faa50d6dbed864b0517c117e14139
32+
checksum/config: 16f1917e1ecccc792f06762d4c0b793d52987e51e0f772be9cce2bfe986b18a7
3333
kubectl.kubernetes.io/default-container: otel-collector
3434
spec:
3535
hostNetwork: true

0 commit comments

Comments
 (0)