From 5e97f00b9a8739584137e24aa49a9a8f17150435 Mon Sep 17 00:00:00 2001 From: "elastic-observability-automation[bot]" <180520183+elastic-observability-automation[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 16:03:07 +0000 Subject: [PATCH 1/2] chore: update-beats with 9.3 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 591257eff3f..cc5081ba9bf 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.22. -------------------------------------------------------------------------------- Dependency : github.com/elastic/beats/v7 -Version: v7.0.0-alpha2.0.20260708075457-12c177546a1b +Version: v7.0.0-alpha2.0.20260709110250-810bedddc7b6 Licence type (autodetected): Elastic -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20260708075457-12c177546a1b/LICENSE.txt: +Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20260709110250-810bedddc7b6/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 fa333e934d4..e583acaa1d4 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -455,11 +455,11 @@ Contents of probable licence file $GOMODCACHE/github.com/elastic/apm-data@v1.22. -------------------------------------------------------------------------------- Dependency : github.com/elastic/beats/v7 -Version: v7.0.0-alpha2.0.20260708075457-12c177546a1b +Version: v7.0.0-alpha2.0.20260709110250-810bedddc7b6 Licence type (autodetected): Elastic -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20260708075457-12c177546a1b/LICENSE.txt: +Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20260709110250-810bedddc7b6/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 50a32e19168..9584a0a04d8 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.5.1 github.com/elastic/apm-data v1.22.0 - github.com/elastic/beats/v7 v7.0.0-alpha2.0.20260708075457-12c177546a1b + github.com/elastic/beats/v7 v7.0.0-alpha2.0.20260709110250-810bedddc7b6 github.com/elastic/elastic-agent-client/v7 v7.18.1 github.com/elastic/elastic-agent-libs v0.46.0 github.com/elastic/elastic-agent-system-metrics v0.14.4 diff --git a/go.sum b/go.sum index 0d5cf06a8c5..dd1dac9e20d 100644 --- a/go.sum +++ b/go.sum @@ -171,8 +171,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.20260708075457-12c177546a1b h1:LkWU1Fm5Y7OjYJg4N0qvAHUofHHEoU3FJboOoSGrLTI= -github.com/elastic/beats/v7 v7.0.0-alpha2.0.20260708075457-12c177546a1b/go.mod h1:GKdJNxM004qWFfrNBLGj86uZz868a7nPLk7w90mhJ+4= +github.com/elastic/beats/v7 v7.0.0-alpha2.0.20260709110250-810bedddc7b6 h1:majUddtJDwkfWmsgd5+uyF2z020493gaiU3KgqaJec8= +github.com/elastic/beats/v7 v7.0.0-alpha2.0.20260709110250-810bedddc7b6/go.mod h1:gbIkTnlag/HgrzaEvJgS2NTyYPA4CJitOsuskgOIt80= github.com/elastic/elastic-agent-autodiscover v0.10.3-0.20260423154939-e990715f9426 h1:zqt0GOf6/e287nhLlAODfW6Pncydjr4ArEpM589MIXI= github.com/elastic/elastic-agent-autodiscover v0.10.3-0.20260423154939-e990715f9426/go.mod h1:HyjdiEVP/A7iMN0jeac2EoUohpHKAZIFRDQsvPDg2Dw= github.com/elastic/elastic-agent-client/v7 v7.18.1 h1:WnM53JjaukeysrAuiTyrhDPmFxJG07ZAByc2TrkcKcs= From c86bb4042a614e3707e5a4c2a1efd2902385ec83 Mon Sep 17 00:00:00 2001 From: "elastic-observability-automation[bot]" <180520183+elastic-observability-automation[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 15:50:34 +0000 Subject: [PATCH 2/2] chore: update-beats with 9.3 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 cc5081ba9bf..65f16432bcd 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.22. -------------------------------------------------------------------------------- Dependency : github.com/elastic/beats/v7 -Version: v7.0.0-alpha2.0.20260709110250-810bedddc7b6 +Version: v7.0.0-alpha2.0.20260710140235-883e7e294640 Licence type (autodetected): Elastic -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20260709110250-810bedddc7b6/LICENSE.txt: +Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20260710140235-883e7e294640/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 e583acaa1d4..d4fe8549a0d 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -455,11 +455,11 @@ Contents of probable licence file $GOMODCACHE/github.com/elastic/apm-data@v1.22. -------------------------------------------------------------------------------- Dependency : github.com/elastic/beats/v7 -Version: v7.0.0-alpha2.0.20260709110250-810bedddc7b6 +Version: v7.0.0-alpha2.0.20260710140235-883e7e294640 Licence type (autodetected): Elastic -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20260709110250-810bedddc7b6/LICENSE.txt: +Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20260710140235-883e7e294640/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 9584a0a04d8..9bab4d9a7cc 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.5.1 github.com/elastic/apm-data v1.22.0 - github.com/elastic/beats/v7 v7.0.0-alpha2.0.20260709110250-810bedddc7b6 + github.com/elastic/beats/v7 v7.0.0-alpha2.0.20260710140235-883e7e294640 github.com/elastic/elastic-agent-client/v7 v7.18.1 github.com/elastic/elastic-agent-libs v0.46.0 github.com/elastic/elastic-agent-system-metrics v0.14.4 diff --git a/go.sum b/go.sum index dd1dac9e20d..3deb698aa59 100644 --- a/go.sum +++ b/go.sum @@ -171,8 +171,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.20260709110250-810bedddc7b6 h1:majUddtJDwkfWmsgd5+uyF2z020493gaiU3KgqaJec8= -github.com/elastic/beats/v7 v7.0.0-alpha2.0.20260709110250-810bedddc7b6/go.mod h1:gbIkTnlag/HgrzaEvJgS2NTyYPA4CJitOsuskgOIt80= +github.com/elastic/beats/v7 v7.0.0-alpha2.0.20260710140235-883e7e294640 h1:onv7G8EJI6ShB1rjxxS4N0Xxru9FT55APAr6VxbVHhI= +github.com/elastic/beats/v7 v7.0.0-alpha2.0.20260710140235-883e7e294640/go.mod h1:gbIkTnlag/HgrzaEvJgS2NTyYPA4CJitOsuskgOIt80= github.com/elastic/elastic-agent-autodiscover v0.10.3-0.20260423154939-e990715f9426 h1:zqt0GOf6/e287nhLlAODfW6Pncydjr4ArEpM589MIXI= github.com/elastic/elastic-agent-autodiscover v0.10.3-0.20260423154939-e990715f9426/go.mod h1:HyjdiEVP/A7iMN0jeac2EoUohpHKAZIFRDQsvPDg2Dw= github.com/elastic/elastic-agent-client/v7 v7.18.1 h1:WnM53JjaukeysrAuiTyrhDPmFxJG07ZAByc2TrkcKcs=