We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2c4cfa commit 0dfa738Copy full SHA for 0dfa738
testing/integration/k8s/testdata/journald-input.yml
@@ -19,4 +19,4 @@ inputs:
19
streams:
20
- id: journald-input-id
21
paths:
22
- - "/opt/journald/*/*"
+ - "/opt/journald/"
testing/integration/k8s/testdata/journald-otel.yml
@@ -5,7 +5,7 @@ receivers:
5
- type: journald
6
id: journald-input
7
8
- - /opt/journal/*/*
+ - /opt/journal/
9
output:
10
otelconsumer:
11
logging:
0 commit comments