Skip to content

Commit 0dfa738

Browse files
committed
Update journald tests now that Filebeat supports watching folders
1 parent f2c4cfa commit 0dfa738

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ inputs:
1919
streams:
2020
- id: journald-input-id
2121
paths:
22-
- "/opt/journald/*/*"
22+
- "/opt/journald/"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ receivers:
55
- type: journald
66
id: journald-input
77
paths:
8-
- /opt/journal/*/*
8+
- /opt/journal/
99
output:
1010
otelconsumer:
1111
logging:

0 commit comments

Comments
 (0)