Skip to content

Commit 27f4202

Browse files
[9.1] (backport #10131) Update journald tests now that Filebeat supports watching folders (#10181)
* Update journald tests now that Filebeat supports watching folders (#10131) (cherry picked from commit 5f0f2fd) # Conflicts: # .package-version # NOTICE-fips.txt # NOTICE.txt # go.mod # go.sum # internal/pkg/otel/translate/otelconfig_test.go * Fix merge conflicts * Update package version --------- Co-authored-by: Tiago Queiroz <[email protected]>
1 parent bbd33b2 commit 27f4202

File tree

7 files changed

+18
-15
lines changed

7 files changed

+18
-15
lines changed

.package-version

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"version": "9.1.4-SNAPSHOT",
3-
"build_id": "9.1.4-01a3f106",
4-
"manifest_url": "https://snapshots.elastic.co/9.1.4-01a3f106/manifest-9.1.4-SNAPSHOT.json",
5-
"summary_url": "https://snapshots.elastic.co/9.1.4-01a3f106/summary-9.1.4-SNAPSHOT.html",
6-
"core_version": "9.1.4",
7-
"stack_build_id": "9.1.4-01a3f106-SNAPSHOT"
2+
"version": "9.1.5-SNAPSHOT",
3+
"build_id": "9.1.5-8b0ab1cc",
4+
"manifest_url": "https://snapshots.elastic.co/9.1.5-8b0ab1cc/manifest-9.1.5-SNAPSHOT.json",
5+
"summary_url": "https://snapshots.elastic.co/9.1.5-8b0ab1cc/summary-9.1.5-SNAPSHOT.html",
6+
"core_version": "9.1.5",
7+
"stack_build_id": "9.1.5-8b0ab1cc-SNAPSHOT"
88
}

NOTICE-fips.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -787,11 +787,11 @@ Contents of probable licence file $GOMODCACHE/github.com/dolmen-go/contextio@v0.
787787

788788
--------------------------------------------------------------------------------
789789
Dependency : github.com/elastic/beats/v7
790-
Version: v7.0.0-alpha2.0.20250919143820-93395fd0dba0
790+
Version: v7.0.0-alpha2.0.20250926074557-f6af2e040459
791791
Licence type (autodetected): Elastic
792792
--------------------------------------------------------------------------------
793793

794-
Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/[email protected].20250919143820-93395fd0dba0/LICENSE.txt:
794+
Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/[email protected].20250926074557-f6af2e040459/LICENSE.txt:
795795

796796
Source code in this repository is variously licensed under the Apache License
797797
Version 2.0, an Apache compatible license, or the Elastic License. Outside of

NOTICE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -787,11 +787,11 @@ Contents of probable licence file $GOMODCACHE/github.com/dolmen-go/contextio@v0.
787787

788788
--------------------------------------------------------------------------------
789789
Dependency : github.com/elastic/beats/v7
790-
Version: v7.0.0-alpha2.0.20250919143820-93395fd0dba0
790+
Version: v7.0.0-alpha2.0.20250926074557-f6af2e040459
791791
Licence type (autodetected): Elastic
792792
--------------------------------------------------------------------------------
793793

794-
Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/[email protected].20250919143820-93395fd0dba0/LICENSE.txt:
794+
Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/[email protected].20250926074557-f6af2e040459/LICENSE.txt:
795795

796796
Source code in this repository is variously licensed under the Apache License
797797
Version 2.0, an Apache compatible license, or the Elastic License. Outside of

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/docker/docker v28.3.3+incompatible
1515
github.com/docker/go-units v0.5.0
1616
github.com/dolmen-go/contextio v0.0.0-20200217195037-68fc5150bcd5
17-
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250919143820-93395fd0dba0
17+
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250926074557-f6af2e040459
1818
github.com/elastic/cloud-on-k8s/v2 v2.0.0-20250327073047-b624240832ae
1919
github.com/elastic/elastic-agent-autodiscover v0.10.0
2020
github.com/elastic/elastic-agent-client/v7 v7.17.2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -483,8 +483,8 @@ github.com/elastic/azure-sdk-for-go/sdk/resourcemanager/consumption/armconsumpti
483483
github.com/elastic/azure-sdk-for-go/sdk/resourcemanager/consumption/armconsumption v1.1.0-elastic/go.mod h1:0vCBR1wgGwZeGmloJ+eCWIZF2S47grTXRzj2mftg2Nk=
484484
github.com/elastic/bayeux v1.0.5 h1:UceFq01ipmT3S8DzFK+uVAkbCdiPR0Bqei8qIGmUeY0=
485485
github.com/elastic/bayeux v1.0.5/go.mod h1:CSI4iP7qeo5MMlkznGvYKftp8M7qqP/3nzmVZoXHY68=
486-
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250919143820-93395fd0dba0 h1:ITBSGp8aow1EV7NJ4IbHrJ/pGBp30RMn+oId8TTX9u0=
487-
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250919143820-93395fd0dba0/go.mod h1:F7DG4+RuHE5sVtqzk2swGBsc8+W2LH24V1nEhAHXEyY=
486+
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250926074557-f6af2e040459 h1:zHV7tUC8A/LInX2MEmeBcwWsmPdVU7q+N5CCGDVuvEI=
487+
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250926074557-f6af2e040459/go.mod h1:IWTpZZqX7jCpTt6icvLVw7jAqAqGNsPu2c0WdZMuA0A=
488488
github.com/elastic/cloud-on-k8s/v2 v2.0.0-20250327073047-b624240832ae h1:OiShmbWAyGU0MS0ADJWr1/QgeLIZliMk9xsrFicR3/s=
489489
github.com/elastic/cloud-on-k8s/v2 v2.0.0-20250327073047-b624240832ae/go.mod h1:D2IckZVXARugvikE4fv1glvaJMohKSZRzrPsxCjo9O0=
490490
github.com/elastic/elastic-agent-autodiscover v0.10.0 h1:WJ4zl9uSfk1kHmn2B/0byQBLIL607Zt4LNfOgV7+XN0=

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

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ receivers:
55
- type: journald
66
id: journald-input
77
paths:
8-
- /opt/journal/*/*
8+
- /opt/journal/
9+
merge: true
10+
911
output:
1012
otelconsumer:
1113
logging:

0 commit comments

Comments
 (0)