Skip to content

Commit 425e78d

Browse files
committed
Add merge: true for the input configuration
1 parent f20f574 commit 425e78d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

testing/integration/k8s/testdata/journald-input.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ inputs:
2020
- id: journald-input-id
2121
paths:
2222
- "/opt/journald/"
23+
merge: true

testing/integration/k8s/testdata/journald-otel.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ receivers:
66
id: journald-input
77
paths:
88
- /opt/journal/
9+
merge: true
10+
911
output:
1012
otelconsumer:
1113
logging:

0 commit comments

Comments
 (0)