Skip to content

Commit 7d0f679

Browse files
[8.19][Automation] Update elastic/beats to 53737671ce50 (#8391)
* chore: Update to elastic/beats@53737671ce50 Made with ❤️️ by updatecli * Fix unit tests --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Mikołaj Świątek <[email protected]>
1 parent 404ef8e commit 7d0f679

File tree

5 files changed

+14
-33
lines changed

5 files changed

+14
-33
lines changed

NOTICE-fips.txt

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

758758
--------------------------------------------------------------------------------
759759
Dependency : github.com/elastic/beats/v7
760-
Version: v7.0.0-alpha2.0.20250602190038-67cd05eded4d
760+
Version: v7.0.0-alpha2.0.20250606193649-53737671ce50
761761
Licence type (autodetected): Elastic
762762
--------------------------------------------------------------------------------
763763

764-
Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/[email protected].20250602190038-67cd05eded4d/LICENSE.txt:
764+
Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/[email protected].20250606193649-53737671ce50/LICENSE.txt:
765765

766766
Source code in this repository is variously licensed under the Apache License
767767
Version 2.0, an Apache compatible license, or the Elastic License. Outside of
@@ -1224,11 +1224,11 @@ SOFTWARE
12241224

12251225
--------------------------------------------------------------------------------
12261226
Dependency : github.com/elastic/elastic-agent-libs
1227-
Version: v0.19.4
1227+
Version: v0.19.6
12281228
Licence type (autodetected): Apache-2.0
12291229
--------------------------------------------------------------------------------
12301230

1231-
Contents of probable licence file $GOMODCACHE/github.com/elastic/[email protected].4/LICENSE:
1231+
Contents of probable licence file $GOMODCACHE/github.com/elastic/[email protected].6/LICENSE:
12321232

12331233
Apache License
12341234
Version 2.0, January 2004
@@ -49332,24 +49332,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4933249332
SOFTWARE.
4933349333

4933449334

49335-
--------------------------------------------------------------------------------
49336-
Dependency : github.com/lib/pq
49337-
Version: v1.10.9
49338-
Licence type (autodetected): MIT
49339-
--------------------------------------------------------------------------------
49340-
49341-
Contents of probable licence file $GOMODCACHE/github.com/lib/[email protected]/LICENSE.md:
49342-
49343-
Copyright (c) 2011-2013, 'pq' Contributors
49344-
Portions Copyright (C) 2011 Blake Mizerany
49345-
49346-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
49347-
49348-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
49349-
49350-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
49351-
49352-
4935349335
--------------------------------------------------------------------------------
4935449336
Dependency : github.com/lightstep/go-expohisto
4935549337
Version: v1.0.0

NOTICE.txt

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

758758
--------------------------------------------------------------------------------
759759
Dependency : github.com/elastic/beats/v7
760-
Version: v7.0.0-alpha2.0.20250602190038-67cd05eded4d
760+
Version: v7.0.0-alpha2.0.20250606193649-53737671ce50
761761
Licence type (autodetected): Elastic
762762
--------------------------------------------------------------------------------
763763

764-
Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/[email protected].20250602190038-67cd05eded4d/LICENSE.txt:
764+
Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/[email protected].20250606193649-53737671ce50/LICENSE.txt:
765765

766766
Source code in this repository is variously licensed under the Apache License
767767
Version 2.0, an Apache compatible license, or the Elastic License. Outside of
@@ -1224,11 +1224,11 @@ SOFTWARE
12241224

12251225
--------------------------------------------------------------------------------
12261226
Dependency : github.com/elastic/elastic-agent-libs
1227-
Version: v0.19.4
1227+
Version: v0.19.6
12281228
Licence type (autodetected): Apache-2.0
12291229
--------------------------------------------------------------------------------
12301230

1231-
Contents of probable licence file $GOMODCACHE/github.com/elastic/[email protected].4/LICENSE:
1231+
Contents of probable licence file $GOMODCACHE/github.com/elastic/[email protected].6/LICENSE:
12321232

12331233
Apache License
12341234
Version 2.0, January 2004

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ require (
1313
github.com/docker/docker v28.1.1+incompatible
1414
github.com/docker/go-units v0.5.0
1515
github.com/dolmen-go/contextio v0.0.0-20200217195037-68fc5150bcd5
16-
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250602190038-67cd05eded4d
16+
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250606193649-53737671ce50
1717
github.com/elastic/cloud-on-k8s/v2 v2.0.0-20250327073047-b624240832ae
1818
github.com/elastic/elastic-agent-autodiscover v0.9.2
1919
github.com/elastic/elastic-agent-client/v7 v7.17.2
20-
github.com/elastic/elastic-agent-libs v0.19.4
20+
github.com/elastic/elastic-agent-libs v0.19.6
2121
github.com/elastic/elastic-agent-system-metrics v0.11.12
2222
github.com/elastic/elastic-transport-go/v8 v8.7.0
2323
github.com/elastic/go-elasticsearch/v8 v8.18.0

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -482,16 +482,16 @@ github.com/edsrzf/mmap-go v1.1.0 h1:6EUwBLQ/Mcr1EYLE4Tn1VdW1A4ckqCQWZBw8Hr0kjpQ=
482482
github.com/edsrzf/mmap-go v1.1.0/go.mod h1:19H/e8pUPLicwkyNgOykDXkJ9F0MHE+Z52B8EIth78Q=
483483
github.com/elastic/bayeux v1.0.5 h1:UceFq01ipmT3S8DzFK+uVAkbCdiPR0Bqei8qIGmUeY0=
484484
github.com/elastic/bayeux v1.0.5/go.mod h1:CSI4iP7qeo5MMlkznGvYKftp8M7qqP/3nzmVZoXHY68=
485-
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250602190038-67cd05eded4d h1:8WoAD3OOGqa8niMPsfRHiKpqikdNmHFWAGRXLY56zCw=
486-
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250602190038-67cd05eded4d/go.mod h1:rIey9lrIh/CSeQbhDVWYrQqGlIZRjBbK4o7yvZowKmc=
485+
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250606193649-53737671ce50 h1:Ws6dSJmHYRvZfiHvA2elpgeY5udvKshA56H37po567M=
486+
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20250606193649-53737671ce50/go.mod h1:AStJ+oOXO0BAh82bxP9UnjtRhtUnG+BLmCoTavN9qlo=
487487
github.com/elastic/cloud-on-k8s/v2 v2.0.0-20250327073047-b624240832ae h1:OiShmbWAyGU0MS0ADJWr1/QgeLIZliMk9xsrFicR3/s=
488488
github.com/elastic/cloud-on-k8s/v2 v2.0.0-20250327073047-b624240832ae/go.mod h1:D2IckZVXARugvikE4fv1glvaJMohKSZRzrPsxCjo9O0=
489489
github.com/elastic/elastic-agent-autodiscover v0.9.2 h1:eBmru2v66HRRHOFf89rDl9OZUr7VsPoT4+ZNYHW6e9I=
490490
github.com/elastic/elastic-agent-autodiscover v0.9.2/go.mod h1:RNaHnOTYfNptSTQUyZYnjypxmrR5AaE6BIap/175F5c=
491491
github.com/elastic/elastic-agent-client/v7 v7.17.2 h1:Cl2TeABqWZgW40t5fchGWT/sRk4MDDLWA0d8iHHOxLA=
492492
github.com/elastic/elastic-agent-client/v7 v7.17.2/go.mod h1:5irRFqp6HLqtu1S+OeY0jg8x7K6PLL+DW+PwVk1vJnk=
493-
github.com/elastic/elastic-agent-libs v0.19.4 h1:ydeIBvNmfvJKwmmRQKAad4R9KcRsmYaPfzw9pGYu5+w=
494-
github.com/elastic/elastic-agent-libs v0.19.4/go.mod h1:1HNxREH8C27kGrJCtKZh/ot8pV8joH8VREP21+FrH5s=
493+
github.com/elastic/elastic-agent-libs v0.19.6 h1:HLYhYQqfSumAhBlNosd6V1V2hMFbSKNJnS9Ka9wRh6c=
494+
github.com/elastic/elastic-agent-libs v0.19.6/go.mod h1:1HNxREH8C27kGrJCtKZh/ot8pV8joH8VREP21+FrH5s=
495495
github.com/elastic/elastic-agent-system-metrics v0.11.12 h1:2SnN3arw2MrWV7eWjm+8zLuyQcsCtEyMasi1w9eFHU8=
496496
github.com/elastic/elastic-agent-system-metrics v0.11.12/go.mod h1:GNqmKfvOt8PwORjbS6GllNdMfkLpOWyTa7P8oQq4E5o=
497497
github.com/elastic/elastic-transport-go/v8 v8.7.0 h1:OgTneVuXP2uip4BA658Xi6Hfw+PeIOod2rY3GVMGoVE=

internal/pkg/otel/translate/otelconfig_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,6 @@ func TestGetOtelConfig(t *testing.T) {
241241
"logs_dynamic_id": map[string]any{
242242
"enabled": true,
243243
},
244-
"num_workers": 1,
245244
"timeout": 90 * time.Second,
246245
"idle_conn_timeout": 3 * time.Second,
247246
},

0 commit comments

Comments
 (0)