Skip to content

Commit d8ea4a6

Browse files
[8.19] (backport #10131) Update journald tests now that Filebeat supports watching folders (#10179)
(cherry picked from commit 5f0f2fd) # Conflicts: # .package-version # NOTICE-fips.txt # NOTICE.txt # go.mod # go.sum # internal/pkg/otel/translate/otelconfig_test.go # testing/integration/k8s/testdata/journald-otel.yml --------- Co-authored-by: Tiago Queiroz <[email protected]>
1 parent 2b6590c commit d8ea4a6

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.package-version

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"version": "8.19.5-SNAPSHOT",
3-
"build_id": "8.19.5-98503b30",
4-
"manifest_url": "https://snapshots.elastic.co/8.19.5-98503b30/manifest-8.19.5-SNAPSHOT.json",
5-
"summary_url": "https://snapshots.elastic.co/8.19.5-98503b30/summary-8.19.5-SNAPSHOT.html",
3+
"build_id": "8.19.5-c1b0896d",
4+
"manifest_url": "https://snapshots.elastic.co/8.19.5-c1b0896d/manifest-8.19.5-SNAPSHOT.json",
5+
"summary_url": "https://snapshots.elastic.co/8.19.5-c1b0896d/summary-8.19.5-SNAPSHOT.html",
66
"core_version": "8.19.5",
7-
"stack_build_id": "8.19.5-98503b30-SNAPSHOT"
7+
"stack_build_id": "8.19.5-c1b0896d-SNAPSHOT"
88
}

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

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

0 commit comments

Comments
 (0)