Skip to content

Commit

Permalink
Remove invalid output from the filelog operators sequence (signalfx#626)
Browse files Browse the repository at this point in the history
* Remove invalid output from the filelog operators sequence

Co-authored-by: Dmitrii Anoshin <[email protected]>
  • Loading branch information
atoulme and dmitryax authored Jan 9, 2023
1 parent c169ec4 commit f4cf82b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased

### Fixed

- Default recombine operator for the docker container engine (#627)

## [0.67.0] - 2022-12-19

### Changed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ receivers:
# Parse Docker format
- type: json_parser
id: parser-docker
output: handle_empty_log
timestamp:
parse_from: attributes.time
layout: '%Y-%m-%dT%H:%M:%S.%LZ'
Expand Down
1 change: 0 additions & 1 deletion rendered/manifests/otel-logs/configmap-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ data:
source_identifier: attributes["log.file.path"]
type: recombine
- id: parser-docker
output: handle_empty_log
timestamp:
layout: '%Y-%m-%dT%H:%M:%S.%LZ'
parse_from: attributes.time
Expand Down
2 changes: 1 addition & 1 deletion rendered/manifests/otel-logs/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
app: splunk-otel-collector
release: default
annotations:
checksum/config: fedbd501f28c21d2b194e20f8273037c131faa50d6dbed864b0517c117e14139
checksum/config: 16f1917e1ecccc792f06762d4c0b793d52987e51e0f772be9cce2bfe986b18a7
kubectl.kubernetes.io/default-container: otel-collector
spec:
hostNetwork: true
Expand Down

0 comments on commit f4cf82b

Please sign in to comment.