Skip to content

Commit 9098796

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-otel.yml
1 parent 97e8ef6 commit 9098796

File tree

8 files changed

+95632
-1
lines changed

8 files changed

+95632
-1
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": "8.18.7-SNAPSHOT",
34
"build_id": "8.18.7-24d5b696",
45
"manifest_url": "https://snapshots.elastic.co/8.18.7-24d5b696/manifest-8.18.7-SNAPSHOT.json",
56
"summary_url": "https://snapshots.elastic.co/8.18.7-24d5b696/summary-8.18.7-SNAPSHOT.html",
67
"core_version": "8.18.7",
78
"stack_build_id": "8.18.7-24d5b696-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
@@ -757,11 +757,19 @@ Contents of probable licence file $GOMODCACHE/github.com/dolmen-go/contextio@v0.
757757

758758
--------------------------------------------------------------------------------
759759
Dependency : github.com/elastic/beats/v7
760+
<<<<<<< HEAD
760761
Version: v7.0.0-alpha2.0.20241212201805-58af1537830b
761762
Licence type (autodetected): Elastic
762763
--------------------------------------------------------------------------------
763764

764765
Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/[email protected]/LICENSE.txt:
766+
=======
767+
Version: v7.0.0-alpha2.0.20250924190604-3dc72030429f
768+
Licence type (autodetected): Elastic
769+
--------------------------------------------------------------------------------
770+
771+
Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/[email protected]/LICENSE.txt:
772+
>>>>>>> 5f0f2fd3b (Update journald tests now that Filebeat supports watching folders (#10131))
765773

766774
Source code in this repository is variously licensed under the Apache License
767775
Version 2.0, an Apache compatible license, or the Elastic License. Outside of
@@ -17282,11 +17290,19 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1728217290

1728317291
--------------------------------------------------------------------------------
1728417292
Dependency : golang.org/x/text
17293+
<<<<<<< HEAD
1728517294
Version: v0.23.0
1728617295
Licence type (autodetected): BSD-3-Clause
1728717296
--------------------------------------------------------------------------------
1728817297

1728917298
Contents of probable licence file $GOMODCACHE/golang.org/x/[email protected]/LICENSE:
17299+
=======
17300+
Version: v0.29.0
17301+
Licence type (autodetected): BSD-3-Clause
17302+
--------------------------------------------------------------------------------
17303+
17304+
Contents of probable licence file $GOMODCACHE/golang.org/x/[email protected]/LICENSE:
17305+
>>>>>>> 5f0f2fd3b (Update journald tests now that Filebeat supports watching folders (#10131))
1729017306

1729117307
Copyright 2009 The Go Authors.
1729217308

go.mod

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,21 @@ 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.20241212201805-58af1537830b
1819
github.com/elastic/cloud-on-k8s/v2 v2.0.0-20250404163238-b16c2c085d99
1920
github.com/elastic/elastic-agent-autodiscover v0.9.0
2021
github.com/elastic/elastic-agent-client/v7 v7.17.1
2122
github.com/elastic/elastic-agent-libs v0.20.0
2223
github.com/elastic/elastic-agent-system-metrics v0.11.15
24+
=======
25+
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250924190604-3dc72030429f
26+
github.com/elastic/cloud-on-k8s/v2 v2.0.0-20250327073047-b624240832ae
27+
github.com/elastic/elastic-agent-autodiscover v0.10.0
28+
github.com/elastic/elastic-agent-client/v7 v7.17.2
29+
github.com/elastic/elastic-agent-libs v0.24.0
30+
github.com/elastic/elastic-agent-system-metrics v0.13.2
31+
>>>>>>> 5f0f2fd3b (Update journald tests now that Filebeat supports watching folders (#10131))
2332
github.com/elastic/elastic-transport-go/v8 v8.7.0
2433
github.com/elastic/go-elasticsearch/v8 v8.17.1
2534
github.com/elastic/go-licenser v0.4.2
@@ -75,6 +84,7 @@ require (
7584
go.opentelemetry.io/collector/processor/memorylimiterprocessor v0.120.0
7685
go.opentelemetry.io/collector/receiver/nopreceiver v0.120.0
7786
go.uber.org/zap v1.27.0
87+
<<<<<<< HEAD
7888
golang.org/x/crypto v0.36.0
7989
golang.org/x/exp v0.0.0-20250215185904-eff6e970281f
8090
golang.org/x/mod v0.23.0
@@ -87,6 +97,21 @@ require (
8797
golang.org/x/tools v0.30.0
8898
google.golang.org/grpc v1.70.0
8999
google.golang.org/protobuf v1.36.5
100+
=======
101+
golang.org/x/crypto v0.41.0
102+
golang.org/x/exp v0.0.0-20250819193227-8b4c13bb791b
103+
golang.org/x/mod v0.27.0
104+
golang.org/x/net v0.43.0
105+
golang.org/x/sync v0.17.0
106+
golang.org/x/sys v0.36.0
107+
golang.org/x/term v0.35.0
108+
golang.org/x/text v0.29.0
109+
golang.org/x/time v0.12.0
110+
golang.org/x/tools v0.36.0
111+
google.golang.org/api v0.238.0
112+
google.golang.org/grpc v1.75.0
113+
google.golang.org/protobuf v1.36.8
114+
>>>>>>> 5f0f2fd3b (Update journald tests now that Filebeat supports watching folders (#10131))
90115
gopkg.in/ini.v1 v1.67.0
91116
gopkg.in/yaml.v2 v2.4.0
92117
gopkg.in/yaml.v3 v3.0.1
@@ -278,8 +303,13 @@ require (
278303
github.com/docker/docker-credential-helpers v0.8.2 // indirect
279304
github.com/docker/go-connections v0.5.0 // indirect
280305
github.com/docker/go-metrics v0.0.1 // indirect
306+
<<<<<<< HEAD
281307
github.com/dop251/goja v0.0.0-20200831102558-9af81ddcf0e1 // indirect
282308
github.com/dop251/goja_nodejs v0.0.0-20171011081505-adff31b136e6 // indirect
309+
=======
310+
github.com/dop251/goja v0.0.0-20250630131328-58d95d85e994 // indirect
311+
github.com/dop251/goja_nodejs v0.0.0-20250409162600-f7acab6894b0 // indirect
312+
>>>>>>> 5f0f2fd3b (Update journald tests now that Filebeat supports watching folders (#10131))
283313
github.com/dustin/go-humanize v1.0.1 // indirect
284314
github.com/eapache/go-resiliency v1.7.0 // indirect
285315
github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 // indirect

go.sum

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,7 @@ github.com/eclipse/paho.mqtt.golang v1.3.5 h1:sWtmgNxYM9P2sP+xEItMozsR3w0cqZFlqn
459459
github.com/eclipse/paho.mqtt.golang v1.3.5/go.mod h1:eTzb4gxwwyWpqBUHGQZ4ABAV7+Jgm1PklsYT/eo8Hcc=
460460
github.com/elastic/bayeux v1.0.5 h1:UceFq01ipmT3S8DzFK+uVAkbCdiPR0Bqei8qIGmUeY0=
461461
github.com/elastic/bayeux v1.0.5/go.mod h1:CSI4iP7qeo5MMlkznGvYKftp8M7qqP/3nzmVZoXHY68=
462+
<<<<<<< HEAD
462463
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20241212201805-58af1537830b h1:BMd6gkQF5Zk4rQ7ZbySgUpF5dPZFy4zAzV3Ujds6fw4=
463464
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20241212201805-58af1537830b/go.mod h1:JZIuztvKeiuHUM8zvfQ24wz6nJPPOM1DVqu9FHu9a0Q=
464465
github.com/elastic/cloud-on-k8s/v2 v2.0.0-20250404163238-b16c2c085d99 h1:P01/ETvzzdyz/rKBacNc9Nq0c9LYR/PwcRIlnA6COYE=
@@ -471,6 +472,20 @@ github.com/elastic/elastic-agent-libs v0.20.0 h1:MPjenwuEr+QfMeQRV4BK817ZbiNS38S
471472
github.com/elastic/elastic-agent-libs v0.20.0/go.mod h1:1HNxREH8C27kGrJCtKZh/ot8pV8joH8VREP21+FrH5s=
472473
github.com/elastic/elastic-agent-system-metrics v0.11.15 h1:RWX0n6LakadsqB6YB2I7AIXyMlEO4qBUGWn4A+aGeKA=
473474
github.com/elastic/elastic-agent-system-metrics v0.11.15/go.mod h1:qiZC5p1hd8te4XVnhh7FkXdcYhxFnl5i9GJpROtf6zo=
475+
=======
476+
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250924190604-3dc72030429f h1:A8N/bfbc/kvKOo9gu7JruzAauqMPXDnQ50jwBKAdcyo=
477+
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250924190604-3dc72030429f/go.mod h1:mxbP+JnIgGEDzOfEK7gNq8v3d6dPC2jzAt4q/QHsnt0=
478+
github.com/elastic/cloud-on-k8s/v2 v2.0.0-20250327073047-b624240832ae h1:OiShmbWAyGU0MS0ADJWr1/QgeLIZliMk9xsrFicR3/s=
479+
github.com/elastic/cloud-on-k8s/v2 v2.0.0-20250327073047-b624240832ae/go.mod h1:D2IckZVXARugvikE4fv1glvaJMohKSZRzrPsxCjo9O0=
480+
github.com/elastic/elastic-agent-autodiscover v0.10.0 h1:WJ4zl9uSfk1kHmn2B/0byQBLIL607Zt4LNfOgV7+XN0=
481+
github.com/elastic/elastic-agent-autodiscover v0.10.0/go.mod h1:Nf3zh9FcJ9nTTswTwDTUAqXmvQllOrNliM6xmORSxwE=
482+
github.com/elastic/elastic-agent-client/v7 v7.17.2 h1:Cl2TeABqWZgW40t5fchGWT/sRk4MDDLWA0d8iHHOxLA=
483+
github.com/elastic/elastic-agent-client/v7 v7.17.2/go.mod h1:5irRFqp6HLqtu1S+OeY0jg8x7K6PLL+DW+PwVk1vJnk=
484+
github.com/elastic/elastic-agent-libs v0.24.0 h1:8skd0le8Y/zAGVaj4m44ljiJMAp0xuJz07ngDTL/1kM=
485+
github.com/elastic/elastic-agent-libs v0.24.0/go.mod h1:xSeIP3NtOIT4N2pPS4EyURmS1Q8mK0lWZ8Wd1Du6q3w=
486+
github.com/elastic/elastic-agent-system-metrics v0.13.2 h1:R4ogKHESuWhWTtopnw/aHnBxxSZbxd7KHV4GefdwT2M=
487+
github.com/elastic/elastic-agent-system-metrics v0.13.2/go.mod h1:ezM1kzDUT+vWXFh5oK8QXB/AEB0UoLWqWA8rkRicFFo=
488+
>>>>>>> 5f0f2fd3b (Update journald tests now that Filebeat supports watching folders (#10131))
474489
github.com/elastic/elastic-transport-go/v8 v8.7.0 h1:OgTneVuXP2uip4BA658Xi6Hfw+PeIOod2rY3GVMGoVE=
475490
github.com/elastic/elastic-transport-go/v8 v8.7.0/go.mod h1:YLHer5cj0csTzNFXoNQ8qhtGY1GTvSqPnKWKaqQE3Hk=
476491
github.com/elastic/fsnotify v1.6.1-0.20240920222514-49f82bdbc9e3 h1:UyNbxdkQiSfyipwsOCWAlO+ju3xXC61Z4prx/HBTtFk=
@@ -2061,6 +2076,7 @@ golang.org/x/text v0.13.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE=
20612076
golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
20622077
golang.org/x/text v0.15.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
20632078
golang.org/x/text v0.21.0/go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ=
2079+
<<<<<<< HEAD
20642080
golang.org/x/text v0.23.0 h1:D71I7dUrlY+VX0gQShAThNGHFxZ13dGLBHQLVl1mJlY=
20652081
golang.org/x/text v0.23.0/go.mod h1:/BLNzu4aZCJ1+kcD0DNRotWKage4q2rGVAg4o22unh4=
20662082
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
@@ -2070,6 +2086,12 @@ golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba/go.mod h1:tRJNPiyCQ0inRvYxb
20702086
golang.org/x/time v0.5.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
20712087
golang.org/x/time v0.8.0 h1:9i3RxcPv3PZnitoVGMPDKZSq1xW1gK1Xy3ArNOGZfEg=
20722088
golang.org/x/time v0.8.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
2089+
=======
2090+
golang.org/x/text v0.29.0 h1:1neNs90w9YzJ9BocxfsQNHKuAT4pkghyXc4nhZ6sJvk=
2091+
golang.org/x/text v0.29.0/go.mod h1:7MhJOA9CD2qZyOKYazxdYMF85OwPdEr9jTtBpO7ydH4=
2092+
golang.org/x/time v0.12.0 h1:ScB/8o8olJvc+CQPWrK3fPZNfh7qgwCrY0zJmoEQLSE=
2093+
golang.org/x/time v0.12.0/go.mod h1:CDIdPxbZBQxdj6cxyCIdrNogrJKMJ7pr37NYpMcMDSg=
2094+
>>>>>>> 5f0f2fd3b (Update journald tests now that Filebeat supports watching folders (#10131))
20732095
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
20742096
golang.org/x/tools v0.0.0-20190114222345-bf090417da8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
20752097
golang.org/x/tools v0.0.0-20190226205152-f727befe758c/go.mod h1:9Yl7xja0Znq3iFh3HoIrodX9oNMXvdceNzlUR8zjMvY=

0 commit comments

Comments
 (0)