From d7300794f836ba434aabeb73b445345ced0c855a Mon Sep 17 00:00:00 2001 From: "elastic-observability-automation[bot]" <180520183+elastic-observability-automation[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 15:05:25 +0000 Subject: [PATCH 1/2] chore: update-beats with 9.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- NOTICE-fips.txt | 4 ++-- NOTICE.txt | 4 ++-- go.mod | 2 +- go.sum | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/NOTICE-fips.txt b/NOTICE-fips.txt index d4e7b9596e8..657b12f0e29 100644 --- a/NOTICE-fips.txt +++ b/NOTICE-fips.txt @@ -455,11 +455,11 @@ Contents of probable licence file $GOMODCACHE/github.com/elastic/apm-data@v1.16. -------------------------------------------------------------------------------- Dependency : github.com/elastic/beats/v7 -Version: v7.0.0-alpha2.0.20251016143225-894a6dda1d8a +Version: v7.0.0-alpha2.0.20251017053844-fc4cd6fb5340 Licence type (autodetected): Elastic -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20251016143225-894a6dda1d8a/LICENSE.txt: +Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20251017053844-fc4cd6fb5340/LICENSE.txt: Source code in this repository is variously licensed under the Apache License Version 2.0, an Apache compatible license, or the Elastic License. Outside of diff --git a/NOTICE.txt b/NOTICE.txt index 9ef6900fa28..16e99595bda 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -455,11 +455,11 @@ Contents of probable licence file $GOMODCACHE/github.com/elastic/apm-data@v1.16. -------------------------------------------------------------------------------- Dependency : github.com/elastic/beats/v7 -Version: v7.0.0-alpha2.0.20251016143225-894a6dda1d8a +Version: v7.0.0-alpha2.0.20251017053844-fc4cd6fb5340 Licence type (autodetected): Elastic -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20251016143225-894a6dda1d8a/LICENSE.txt: +Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20251017053844-fc4cd6fb5340/LICENSE.txt: Source code in this repository is variously licensed under the Apache License Version 2.0, an Apache compatible license, or the Elastic License. Outside of diff --git a/go.mod b/go.mod index 292a88872dd..6d22292e413 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/dustin/go-humanize v1.0.1 github.com/elastic/apm-aggregation v1.2.0 github.com/elastic/apm-data v1.16.0 - github.com/elastic/beats/v7 v7.0.0-alpha2.0.20251016143225-894a6dda1d8a + github.com/elastic/beats/v7 v7.0.0-alpha2.0.20251017053844-fc4cd6fb5340 github.com/elastic/elastic-agent-client/v7 v7.17.0 github.com/elastic/elastic-agent-libs v0.21.5 github.com/elastic/elastic-agent-system-metrics v0.11.11 diff --git a/go.sum b/go.sum index 8415d66d22e..7a360eb19bd 100644 --- a/go.sum +++ b/go.sum @@ -177,8 +177,8 @@ github.com/elastic/apm-perf v0.0.0-20250207152505-1dbeb202ff22 h1:br+XeQOcxNFSv+ github.com/elastic/apm-perf v0.0.0-20250207152505-1dbeb202ff22/go.mod h1:gE+FV7xXv0/nBenviCvpvnvTpUkjJXtuOWs2UT+ZRtw= github.com/elastic/apm-tools v0.0.0-20250124173757-336011228dbe h1:LDtn/A8Tsfz8DQlbXtmDud9ha9oOGriwJGB7V0Ozik8= github.com/elastic/apm-tools v0.0.0-20250124173757-336011228dbe/go.mod h1:SIlGcpTnnosxZ3OvoRC7ADxhHdlsu/nwUdVMF9OkgYc= -github.com/elastic/beats/v7 v7.0.0-alpha2.0.20251016143225-894a6dda1d8a h1:y7fSk63939iWOviCEEBpguOVz4qbmsUS1W95GVI00pg= -github.com/elastic/beats/v7 v7.0.0-alpha2.0.20251016143225-894a6dda1d8a/go.mod h1:A7JPc6A37KUUwiiwrfTzw2+jSLq0lKOsgMZDMudzvJY= +github.com/elastic/beats/v7 v7.0.0-alpha2.0.20251017053844-fc4cd6fb5340 h1:cyGlFxRusTWQRx4vpVvtL+Dz4D9bYMaaWCBV32ZZ0eA= +github.com/elastic/beats/v7 v7.0.0-alpha2.0.20251017053844-fc4cd6fb5340/go.mod h1:A7JPc6A37KUUwiiwrfTzw2+jSLq0lKOsgMZDMudzvJY= github.com/elastic/elastic-agent-autodiscover v0.9.2 h1:eBmru2v66HRRHOFf89rDl9OZUr7VsPoT4+ZNYHW6e9I= github.com/elastic/elastic-agent-autodiscover v0.9.2/go.mod h1:RNaHnOTYfNptSTQUyZYnjypxmrR5AaE6BIap/175F5c= github.com/elastic/elastic-agent-client/v7 v7.17.0 h1:TPLrEHF4kJ3RkmQzZPffrniY4WeW4vriHZbOAzM1hFo= From 1e3e91ed11aca9468870c07fa79d905fa13ebc91 Mon Sep 17 00:00:00 2001 From: "elastic-observability-automation[bot]" <180520183+elastic-observability-automation[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 15:06:14 +0000 Subject: [PATCH 2/2] chore: update-beats with 9.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- NOTICE-fips.txt | 4 ++-- NOTICE.txt | 4 ++-- go.mod | 2 +- go.sum | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/NOTICE-fips.txt b/NOTICE-fips.txt index 657b12f0e29..f3ffb5c0ab0 100644 --- a/NOTICE-fips.txt +++ b/NOTICE-fips.txt @@ -455,11 +455,11 @@ Contents of probable licence file $GOMODCACHE/github.com/elastic/apm-data@v1.16. -------------------------------------------------------------------------------- Dependency : github.com/elastic/beats/v7 -Version: v7.0.0-alpha2.0.20251017053844-fc4cd6fb5340 +Version: v7.0.0-alpha2.0.20251020084534-2cb3d8982c84 Licence type (autodetected): Elastic -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20251017053844-fc4cd6fb5340/LICENSE.txt: +Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20251020084534-2cb3d8982c84/LICENSE.txt: Source code in this repository is variously licensed under the Apache License Version 2.0, an Apache compatible license, or the Elastic License. Outside of diff --git a/NOTICE.txt b/NOTICE.txt index 16e99595bda..518d18d3282 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -455,11 +455,11 @@ Contents of probable licence file $GOMODCACHE/github.com/elastic/apm-data@v1.16. -------------------------------------------------------------------------------- Dependency : github.com/elastic/beats/v7 -Version: v7.0.0-alpha2.0.20251017053844-fc4cd6fb5340 +Version: v7.0.0-alpha2.0.20251020084534-2cb3d8982c84 Licence type (autodetected): Elastic -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20251017053844-fc4cd6fb5340/LICENSE.txt: +Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20251020084534-2cb3d8982c84/LICENSE.txt: Source code in this repository is variously licensed under the Apache License Version 2.0, an Apache compatible license, or the Elastic License. Outside of diff --git a/go.mod b/go.mod index 6d22292e413..e15b1c0493c 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/dustin/go-humanize v1.0.1 github.com/elastic/apm-aggregation v1.2.0 github.com/elastic/apm-data v1.16.0 - github.com/elastic/beats/v7 v7.0.0-alpha2.0.20251017053844-fc4cd6fb5340 + github.com/elastic/beats/v7 v7.0.0-alpha2.0.20251020084534-2cb3d8982c84 github.com/elastic/elastic-agent-client/v7 v7.17.0 github.com/elastic/elastic-agent-libs v0.21.5 github.com/elastic/elastic-agent-system-metrics v0.11.11 diff --git a/go.sum b/go.sum index 7a360eb19bd..bd21cb285e5 100644 --- a/go.sum +++ b/go.sum @@ -177,8 +177,8 @@ github.com/elastic/apm-perf v0.0.0-20250207152505-1dbeb202ff22 h1:br+XeQOcxNFSv+ github.com/elastic/apm-perf v0.0.0-20250207152505-1dbeb202ff22/go.mod h1:gE+FV7xXv0/nBenviCvpvnvTpUkjJXtuOWs2UT+ZRtw= github.com/elastic/apm-tools v0.0.0-20250124173757-336011228dbe h1:LDtn/A8Tsfz8DQlbXtmDud9ha9oOGriwJGB7V0Ozik8= github.com/elastic/apm-tools v0.0.0-20250124173757-336011228dbe/go.mod h1:SIlGcpTnnosxZ3OvoRC7ADxhHdlsu/nwUdVMF9OkgYc= -github.com/elastic/beats/v7 v7.0.0-alpha2.0.20251017053844-fc4cd6fb5340 h1:cyGlFxRusTWQRx4vpVvtL+Dz4D9bYMaaWCBV32ZZ0eA= -github.com/elastic/beats/v7 v7.0.0-alpha2.0.20251017053844-fc4cd6fb5340/go.mod h1:A7JPc6A37KUUwiiwrfTzw2+jSLq0lKOsgMZDMudzvJY= +github.com/elastic/beats/v7 v7.0.0-alpha2.0.20251020084534-2cb3d8982c84 h1:Gv/CvgOy3dQKSY/w3/cBhjAmtuNxCjxbNuSpI2dFZxk= +github.com/elastic/beats/v7 v7.0.0-alpha2.0.20251020084534-2cb3d8982c84/go.mod h1:A7JPc6A37KUUwiiwrfTzw2+jSLq0lKOsgMZDMudzvJY= github.com/elastic/elastic-agent-autodiscover v0.9.2 h1:eBmru2v66HRRHOFf89rDl9OZUr7VsPoT4+ZNYHW6e9I= github.com/elastic/elastic-agent-autodiscover v0.9.2/go.mod h1:RNaHnOTYfNptSTQUyZYnjypxmrR5AaE6BIap/175F5c= github.com/elastic/elastic-agent-client/v7 v7.17.0 h1:TPLrEHF4kJ3RkmQzZPffrniY4WeW4vriHZbOAzM1hFo=