Skip to content

Commit

Permalink
Strip wrapper off of filelog body (#43)
Browse files Browse the repository at this point in the history
This PR follows [#2873 (collector-contrib)](open-telemetry/opentelemetry-collector-contrib#2873)
  • Loading branch information
djaglowski authored Apr 7, 2021
1 parent 0a4c4e4 commit d1b9995
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/opentelemetry-collector/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: opentelemetry-collector
version: 0.5.2
version: 0.5.3
description: OpenTelemetry Collector Helm chart for Kubernetes
type: application
home: https://opentelemetry.io/
Expand Down
10 changes: 3 additions & 7 deletions charts/opentelemetry-collector/templates/_config.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -189,13 +189,9 @@ receivers:
- type: restructure
id: clean-up-log-record
ops:
- remove: logtag
- remove: stream
- remove: container_name
- remove: namespace
- remove: pod_name
- remove: run_id
- remove: uid
- move:
from: log
to: $
service:
pipelines:
logs:
Expand Down

0 comments on commit d1b9995

Please sign in to comment.