File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
helm-charts/splunk-otel-collector/templates/config
rendered/manifests/otel-logs Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
4
4
5
5
## Unreleased
6
6
7
+ ### Fixed
8
+
9
+ - Default recombine operator for the docker container engine (#627 )
10
+
7
11
## [ 0.67.0] - 2022-12-19
8
12
9
13
### Changed
Original file line number Diff line number Diff line change @@ -306,7 +306,6 @@ receivers:
306
306
# Parse Docker format
307
307
- type: json_parser
308
308
id: parser-docker
309
- output: handle_empty_log
310
309
timestamp:
311
310
parse_from: attributes.time
312
311
layout: '%Y-%m-%dT%H:%M:%S.%LZ'
Original file line number Diff line number Diff line change @@ -183,7 +183,6 @@ data:
183
183
source_identifier: attributes["log.file.path"]
184
184
type: recombine
185
185
- id: parser-docker
186
- output: handle_empty_log
187
186
timestamp:
188
187
layout: '%Y-%m-%dT%H:%M:%S.%LZ'
189
188
parse_from: attributes.time
Original file line number Diff line number Diff line change 29
29
app : splunk-otel-collector
30
30
release : default
31
31
annotations :
32
- checksum/config : fedbd501f28c21d2b194e20f8273037c131faa50d6dbed864b0517c117e14139
32
+ checksum/config : 16f1917e1ecccc792f06762d4c0b793d52987e51e0f772be9cce2bfe986b18a7
33
33
kubectl.kubernetes.io/default-container : otel-collector
34
34
spec :
35
35
hostNetwork : true
You can’t perform that action at this time.
0 commit comments