Skip to content

Commit f369a28

Browse files
authored
fix: restore stderr logs when running on docker or systemd environments
This PR updates elastic-agent-libs to the latest version in order to fix #41118.
1 parent e580831 commit f369a28

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

NOTICE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13019,11 +13019,11 @@ SOFTWARE
1301913019

1302013020
--------------------------------------------------------------------------------
1302113021
Dependency : github.com/elastic/elastic-agent-libs
13022-
Version: v0.11.0
13022+
Version: v0.12.1
1302313023
Licence type (autodetected): Apache-2.0
1302413024
--------------------------------------------------------------------------------
1302513025

13026-
Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-agent-libs@v0.11.0/LICENSE:
13026+
Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-agent-libs@v0.12.1/LICENSE:
1302713027

1302813028
Apache License
1302913029
Version 2.0, January 2004

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ require (
189189
github.com/elastic/bayeux v1.0.5
190190
github.com/elastic/ebpfevents v0.6.0
191191
github.com/elastic/elastic-agent-autodiscover v0.8.2
192-
github.com/elastic/elastic-agent-libs v0.11.0
192+
github.com/elastic/elastic-agent-libs v0.12.1
193193
github.com/elastic/elastic-agent-system-metrics v0.11.1
194194
github.com/elastic/go-elasticsearch/v8 v8.14.0
195195
github.com/elastic/go-sfdc v0.0.0-20240621062639-bcc8456508ff

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,8 +338,8 @@ github.com/elastic/elastic-agent-autodiscover v0.8.2 h1:Fs2FhR33AMBPfm5/jz4drVza
338338
github.com/elastic/elastic-agent-autodiscover v0.8.2/go.mod h1:VZnU53EVaFTxR8Xf6YsLN8FHD5DKQzHSPlKax9/4w+o=
339339
github.com/elastic/elastic-agent-client/v7 v7.15.0 h1:nDB7v8TBoNuD6IIzC3z7Q0y+7bMgXoT2DsHfolO2CHE=
340340
github.com/elastic/elastic-agent-client/v7 v7.15.0/go.mod h1:6h+f9QdIr3GO2ODC0Y8+aEXRwzbA5W4eV4dd/67z7nI=
341-
github.com/elastic/elastic-agent-libs v0.11.0 h1:m9rnNE3BkBF2XJoqubqEbu/kbtKEBZ7pHCjDlxfVRH0=
342-
github.com/elastic/elastic-agent-libs v0.11.0/go.mod h1:5CR02awPrBr+tfmjBBK+JI+dMmHNQjpVY24J0wjbC7M=
341+
github.com/elastic/elastic-agent-libs v0.12.1 h1:5jkxMx15Bna8cq7/Sz/XUIVUXfNWiJ80iSk4ICQ7KJ0=
342+
github.com/elastic/elastic-agent-libs v0.12.1/go.mod h1:5CR02awPrBr+tfmjBBK+JI+dMmHNQjpVY24J0wjbC7M=
343343
github.com/elastic/elastic-agent-system-metrics v0.11.1 h1:BxViQHnqxvvi/65rj3mGwG6Eto6ldFCTnuDTUJnakaU=
344344
github.com/elastic/elastic-agent-system-metrics v0.11.1/go.mod h1:3QiMu9wTKJFvpCN+5klgGqasTMNKJbgY3xcoN1KQXJk=
345345
github.com/elastic/elastic-transport-go/v8 v8.6.0 h1:Y2S/FBjx1LlCv5m6pWAF2kDJAHoSjSRSJCApolgfthA=

0 commit comments

Comments
 (0)