From 4b315eaf76308f120aac3d75d8104ed1c5eb9787 Mon Sep 17 00:00:00 2001 From: "elastic-observability-automation[bot]" <180520183+elastic-observability-automation[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 15:06:33 +0000 Subject: [PATCH] chore: update-beats with 9.1 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 5939c59d32..42e8a56af3 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.19. -------------------------------------------------------------------------------- Dependency : github.com/elastic/beats/v7 -Version: v7.0.0-alpha2.0.20260114220954-7b272825fc8a +Version: v7.0.0-alpha2.0.20260115211430-142144a2d827 Licence type (autodetected): Elastic -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20260114220954-7b272825fc8a/LICENSE.txt: +Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20260115211430-142144a2d827/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 c87c91abc1..0e287ae5c7 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -455,11 +455,11 @@ Contents of probable licence file $GOMODCACHE/github.com/elastic/apm-data@v1.19. -------------------------------------------------------------------------------- Dependency : github.com/elastic/beats/v7 -Version: v7.0.0-alpha2.0.20260114220954-7b272825fc8a +Version: v7.0.0-alpha2.0.20260115211430-142144a2d827 Licence type (autodetected): Elastic -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20260114220954-7b272825fc8a/LICENSE.txt: +Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20260115211430-142144a2d827/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 2d7105b5d8..231a3ffdac 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.3.0 github.com/elastic/apm-data v1.19.2 - github.com/elastic/beats/v7 v7.0.0-alpha2.0.20260114220954-7b272825fc8a + github.com/elastic/beats/v7 v7.0.0-alpha2.0.20260115211430-142144a2d827 github.com/elastic/elastic-agent-client/v7 v7.17.2 github.com/elastic/elastic-agent-libs v0.26.0 github.com/elastic/elastic-agent-system-metrics v0.13.5 diff --git a/go.sum b/go.sum index b360e8a551..625b5123cc 100644 --- a/go.sum +++ b/go.sum @@ -173,8 +173,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.20260114220954-7b272825fc8a h1:xCxJSoNKEZh9d7oF6oWU5NFGxve6xW17bQ79RT+zeEs= -github.com/elastic/beats/v7 v7.0.0-alpha2.0.20260114220954-7b272825fc8a/go.mod h1:oMMlGI1l2SlOwAQIc2y1+nfwmTwhhyLm9HO9WvwKCe8= +github.com/elastic/beats/v7 v7.0.0-alpha2.0.20260115211430-142144a2d827 h1:t4yXDHomMRRf2453Vut2K236c+7y6MmItzPaaPuOg44= +github.com/elastic/beats/v7 v7.0.0-alpha2.0.20260115211430-142144a2d827/go.mod h1:oMMlGI1l2SlOwAQIc2y1+nfwmTwhhyLm9HO9WvwKCe8= github.com/elastic/elastic-agent-autodiscover v0.10.0 h1:WJ4zl9uSfk1kHmn2B/0byQBLIL607Zt4LNfOgV7+XN0= github.com/elastic/elastic-agent-autodiscover v0.10.0/go.mod h1:Nf3zh9FcJ9nTTswTwDTUAqXmvQllOrNliM6xmORSxwE= github.com/elastic/elastic-agent-client/v7 v7.17.2 h1:Cl2TeABqWZgW40t5fchGWT/sRk4MDDLWA0d8iHHOxLA=