Skip to content

Commit 75e63e0

Browse files
belimawrmergify[bot]
authored andcommitted
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 # testing/integration/k8s/testdata/journald-input.yml # testing/integration/k8s/testdata/journald-otel.yml
1 parent 7177872 commit 75e63e0

File tree

8 files changed

+95638
-0
lines changed

8 files changed

+95638
-0
lines changed

.package-version

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
{
2+
<<<<<<< HEAD
23
"version": "9.0.8-SNAPSHOT",
34
"build_id": "9.0.8-2b9f4fc8",
45
"manifest_url": "https://snapshots.elastic.co/9.0.8-2b9f4fc8/manifest-9.0.8-SNAPSHOT.json",
56
"summary_url": "https://snapshots.elastic.co/9.0.8-2b9f4fc8/summary-9.0.8-SNAPSHOT.html",
67
"core_version": "9.0.8",
78
"stack_build_id": "9.0.8-2b9f4fc8-SNAPSHOT"
9+
=======
10+
"version": "9.2.0-SNAPSHOT",
11+
"build_id": "9.2.0-b72ad686",
12+
"manifest_url": "https://snapshots.elastic.co/9.2.0-b72ad686/manifest-9.2.0-SNAPSHOT.json",
13+
"summary_url": "https://snapshots.elastic.co/9.2.0-b72ad686/summary-9.2.0-SNAPSHOT.html",
14+
"core_version": "9.2.0",
15+
"stack_build_id": "9.2.0-b72ad686-SNAPSHOT"
16+
>>>>>>> 5f0f2fd3b (Update journald tests now that Filebeat supports watching folders (#10131))
817
}

NOTICE-fips.txt

Lines changed: 94358 additions & 0 deletions
Large diffs are not rendered by default.

NOTICE.txt

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

788788
--------------------------------------------------------------------------------
789789
Dependency : github.com/elastic/beats/v7
790+
<<<<<<< HEAD
790791
Version: v7.0.0-alpha2.0.20250504204236-6a467e25d3a5
791792
Licence type (autodetected): Elastic
792793
--------------------------------------------------------------------------------
793794

794795
Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/[email protected]/LICENSE.txt:
796+
=======
797+
Version: v7.0.0-alpha2.0.20250924190604-3dc72030429f
798+
Licence type (autodetected): Elastic
799+
--------------------------------------------------------------------------------
800+
801+
Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/[email protected]/LICENSE.txt:
802+
>>>>>>> 5f0f2fd3b (Update journald tests now that Filebeat supports watching folders (#10131))
795803

796804
Source code in this repository is variously licensed under the Apache License
797805
Version 2.0, an Apache compatible license, or the Elastic License. Outside of
@@ -17766,11 +17774,19 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1776617774

1776717775
--------------------------------------------------------------------------------
1776817776
Dependency : golang.org/x/text
17777+
<<<<<<< HEAD
1776917778
Version: v0.23.0
1777017779
Licence type (autodetected): BSD-3-Clause
1777117780
--------------------------------------------------------------------------------
1777217781

1777317782
Contents of probable licence file $GOMODCACHE/golang.org/x/[email protected]/LICENSE:
17783+
=======
17784+
Version: v0.29.0
17785+
Licence type (autodetected): BSD-3-Clause
17786+
--------------------------------------------------------------------------------
17787+
17788+
Contents of probable licence file $GOMODCACHE/golang.org/x/[email protected]/LICENSE:
17789+
>>>>>>> 5f0f2fd3b (Update journald tests now that Filebeat supports watching folders (#10131))
1777417790

1777517791
Copyright 2009 The Go Authors.
1777617792

go.mod

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ require (
1414
github.com/docker/docker v27.5.1+incompatible
1515
github.com/docker/go-units v0.5.0
1616
github.com/dolmen-go/contextio v0.0.0-20200217195037-68fc5150bcd5
17+
<<<<<<< HEAD
1718
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250504204236-6a467e25d3a5
19+
=======
20+
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250924190604-3dc72030429f
21+
>>>>>>> 5f0f2fd3b (Update journald tests now that Filebeat supports watching folders (#10131))
1822
github.com/elastic/cloud-on-k8s/v2 v2.0.0-20250327073047-b624240832ae
1923
github.com/elastic/elastic-agent-autodiscover v0.9.0
2024
github.com/elastic/elastic-agent-client/v7 v7.17.2
@@ -78,6 +82,7 @@ require (
7882
go.opentelemetry.io/collector/processor/memorylimiterprocessor v0.121.0
7983
go.opentelemetry.io/collector/receiver/nopreceiver v0.121.0
8084
go.uber.org/zap v1.27.0
85+
<<<<<<< HEAD
8186
golang.org/x/crypto v0.36.0
8287
golang.org/x/exp v0.0.0-20250215185904-eff6e970281f
8388
golang.org/x/mod v0.23.0
@@ -91,6 +96,21 @@ require (
9196
google.golang.org/api v0.214.0
9297
google.golang.org/grpc v1.71.0
9398
google.golang.org/protobuf v1.36.5
99+
=======
100+
golang.org/x/crypto v0.41.0
101+
golang.org/x/exp v0.0.0-20250819193227-8b4c13bb791b
102+
golang.org/x/mod v0.27.0
103+
golang.org/x/net v0.43.0
104+
golang.org/x/sync v0.17.0
105+
golang.org/x/sys v0.36.0
106+
golang.org/x/term v0.35.0
107+
golang.org/x/text v0.29.0
108+
golang.org/x/time v0.12.0
109+
golang.org/x/tools v0.36.0
110+
google.golang.org/api v0.238.0
111+
google.golang.org/grpc v1.75.0
112+
google.golang.org/protobuf v1.36.8
113+
>>>>>>> 5f0f2fd3b (Update journald tests now that Filebeat supports watching folders (#10131))
94114
gopkg.in/ini.v1 v1.67.0
95115
gopkg.in/yaml.v2 v2.4.0
96116
gopkg.in/yaml.v3 v3.0.1
@@ -286,8 +306,13 @@ require (
286306
github.com/docker/docker-credential-helpers v0.8.2 // indirect
287307
github.com/docker/go-connections v0.5.0 // indirect
288308
github.com/docker/go-metrics v0.0.1 // indirect
309+
<<<<<<< HEAD
289310
github.com/dop251/goja v0.0.0-20250309171923-bcd7cc6bf64c // indirect
290311
github.com/dop251/goja_nodejs v0.0.0-20171011081505-adff31b136e6 // indirect
312+
=======
313+
github.com/dop251/goja v0.0.0-20250630131328-58d95d85e994 // indirect
314+
github.com/dop251/goja_nodejs v0.0.0-20250409162600-f7acab6894b0 // indirect
315+
>>>>>>> 5f0f2fd3b (Update journald tests now that Filebeat supports watching folders (#10131))
291316
github.com/dustin/go-humanize v1.0.1 // indirect
292317
github.com/eapache/go-resiliency v1.7.0 // indirect
293318
github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 // indirect

go.sum

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,8 +477,13 @@ github.com/eclipse/paho.mqtt.golang v1.3.5 h1:sWtmgNxYM9P2sP+xEItMozsR3w0cqZFlqn
477477
github.com/eclipse/paho.mqtt.golang v1.3.5/go.mod h1:eTzb4gxwwyWpqBUHGQZ4ABAV7+Jgm1PklsYT/eo8Hcc=
478478
github.com/elastic/bayeux v1.0.5 h1:UceFq01ipmT3S8DzFK+uVAkbCdiPR0Bqei8qIGmUeY0=
479479
github.com/elastic/bayeux v1.0.5/go.mod h1:CSI4iP7qeo5MMlkznGvYKftp8M7qqP/3nzmVZoXHY68=
480+
<<<<<<< HEAD
480481
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250504204236-6a467e25d3a5 h1:GEvBNaVAryzmZvWtqzPPvxBHWAAT4JWsrIZ580PO9HM=
481482
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250504204236-6a467e25d3a5/go.mod h1:avKhL3XuQ26a9uF3EO3F3zyZtsD1rN1E7SRSkzhIEso=
483+
=======
484+
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250924190604-3dc72030429f h1:A8N/bfbc/kvKOo9gu7JruzAauqMPXDnQ50jwBKAdcyo=
485+
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250924190604-3dc72030429f/go.mod h1:mxbP+JnIgGEDzOfEK7gNq8v3d6dPC2jzAt4q/QHsnt0=
486+
>>>>>>> 5f0f2fd3b (Update journald tests now that Filebeat supports watching folders (#10131))
482487
github.com/elastic/cloud-on-k8s/v2 v2.0.0-20250327073047-b624240832ae h1:OiShmbWAyGU0MS0ADJWr1/QgeLIZliMk9xsrFicR3/s=
483488
github.com/elastic/cloud-on-k8s/v2 v2.0.0-20250327073047-b624240832ae/go.mod h1:D2IckZVXARugvikE4fv1glvaJMohKSZRzrPsxCjo9O0=
484489
github.com/elastic/elastic-agent-autodiscover v0.9.0 h1:+iWIKh0u3e8I+CJa3FfWe9h0JojNasPgYIA47gpuuns=
@@ -2096,6 +2101,7 @@ golang.org/x/text v0.13.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE=
20962101
golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
20972102
golang.org/x/text v0.15.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
20982103
golang.org/x/text v0.21.0/go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ=
2104+
<<<<<<< HEAD
20992105
golang.org/x/text v0.23.0 h1:D71I7dUrlY+VX0gQShAThNGHFxZ13dGLBHQLVl1mJlY=
21002106
golang.org/x/text v0.23.0/go.mod h1:/BLNzu4aZCJ1+kcD0DNRotWKage4q2rGVAg4o22unh4=
21012107
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
@@ -2105,6 +2111,12 @@ golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba/go.mod h1:tRJNPiyCQ0inRvYxb
21052111
golang.org/x/time v0.5.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
21062112
golang.org/x/time v0.11.0 h1:/bpjEDfN9tkoN/ryeYHnv5hcMlc8ncjMcM4XBk5NWV0=
21072113
golang.org/x/time v0.11.0/go.mod h1:CDIdPxbZBQxdj6cxyCIdrNogrJKMJ7pr37NYpMcMDSg=
2114+
=======
2115+
golang.org/x/text v0.29.0 h1:1neNs90w9YzJ9BocxfsQNHKuAT4pkghyXc4nhZ6sJvk=
2116+
golang.org/x/text v0.29.0/go.mod h1:7MhJOA9CD2qZyOKYazxdYMF85OwPdEr9jTtBpO7ydH4=
2117+
golang.org/x/time v0.12.0 h1:ScB/8o8olJvc+CQPWrK3fPZNfh7qgwCrY0zJmoEQLSE=
2118+
golang.org/x/time v0.12.0/go.mod h1:CDIdPxbZBQxdj6cxyCIdrNogrJKMJ7pr37NYpMcMDSg=
2119+
>>>>>>> 5f0f2fd3b (Update journald tests now that Filebeat supports watching folders (#10131))
21082120
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
21092121
golang.org/x/tools v0.0.0-20190114222345-bf090417da8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
21102122
golang.org/x/tools v0.0.0-20190226205152-f727befe758c/go.mod h1:9Yl7xja0Znq3iFh3HoIrodX9oNMXvdceNzlUR8zjMvY=

0 commit comments

Comments
 (0)