diff --git a/NOTICE.txt b/NOTICE.txt index 65c2d37e0270..44e1d2ad4c20 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -13026,11 +13026,11 @@ these terms. -------------------------------------------------------------------------------- Dependency : github.com/AndersonQ/elastic-agent-system-metrics -Version: v0.0.0-20230913114254-ef72b6fa59d9 +Version: v0.0.0-20230913120026-c3fa121ad082 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/!anderson!q/elastic-agent-system-metrics@v0.0.0-20230913114254-ef72b6fa59d9/LICENSE.txt: +Contents of probable licence file $GOMODCACHE/github.com/!anderson!q/elastic-agent-system-metrics@v0.0.0-20230913120026-c3fa121ad082/LICENSE.txt: Apache License Version 2.0, January 2004 diff --git a/go.mod b/go.mod index 29a1a28012ca..5d948bc87cf4 100644 --- a/go.mod +++ b/go.mod @@ -407,4 +407,4 @@ replace ( // Exclude this version because the version has an invalid checksum. exclude github.com/docker/distribution v2.8.0+incompatible -replace github.com/elastic/elastic-agent-system-metrics => github.com/AndersonQ/elastic-agent-system-metrics v0.0.0-20230913114254-ef72b6fa59d9 +replace github.com/elastic/elastic-agent-system-metrics => github.com/AndersonQ/elastic-agent-system-metrics v0.0.0-20230913120026-c3fa121ad082 diff --git a/go.sum b/go.sum index 216804b1265d..5dcd1835bb05 100644 --- a/go.sum +++ b/go.sum @@ -79,8 +79,8 @@ gioui.org v0.0.0-20210308172011-57750fc8a0a6/go.mod h1:RSH6KIUZ0p2xy5zHDxgAM4zum git.sr.ht/~sbinet/gg v0.3.1/go.mod h1:KGYtlADtqsqANL9ueOFkWymvzUvLMQllU5Ixo+8v3pc= github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4/go.mod h1:hN7oaIRCjzsZ2dE+yG5k+rsdt3qcwykqK6HVGcKwsw4= github.com/99designs/keyring v1.2.1/go.mod h1:fc+wB5KTk9wQ9sDx0kFXB3A0MaeGHM9AwRStKOQ5vOA= -github.com/AndersonQ/elastic-agent-system-metrics v0.0.0-20230913114254-ef72b6fa59d9 h1:aK888FnVMPSUNvP6q+9JUj76wOA0INWY/mXR2e6zmAU= -github.com/AndersonQ/elastic-agent-system-metrics v0.0.0-20230913114254-ef72b6fa59d9/go.mod h1:e2jSj1Fnnyhl21p2g52qhYCyyizX9Lup3z2m/3E9kvg= +github.com/AndersonQ/elastic-agent-system-metrics v0.0.0-20230913120026-c3fa121ad082 h1:/V5YG0Baa6DN7W1R2XnWAIfm/AcRw6XzGoR0WSTNpS8= +github.com/AndersonQ/elastic-agent-system-metrics v0.0.0-20230913120026-c3fa121ad082/go.mod h1:e2jSj1Fnnyhl21p2g52qhYCyyizX9Lup3z2m/3E9kvg= github.com/Azure/azure-amqp-common-go/v3 v3.2.1 h1:uQyDk81yn5hTP1pW4Za+zHzy97/f4vDz9o1d/exI4j4= github.com/Azure/azure-amqp-common-go/v3 v3.2.1/go.mod h1:O6X1iYHP7s2x7NjUKsXVhkwWrQhxrd+d8/3rRadj4CI= github.com/Azure/azure-event-hubs-go/v3 v3.3.15 h1:2yAik9gS5Qjs4Z6EM1B6d0tfZJ506B/0oA08JlRQxb8= diff --git a/libbeat/tests/system/beat/beat.py b/libbeat/tests/system/beat/beat.py index f53ec5ab1948..d2786a71f010 100644 --- a/libbeat/tests/system/beat/beat.py +++ b/libbeat/tests/system/beat/beat.py @@ -677,9 +677,9 @@ def extract_fields(doc_list, name): if doc_list is None: return fields, dictfields, aliases - print("===================================================================================================") - print("doc_list:", doc_list) - print("===================================================================================================") + # print("===================================================================================================") + # print("doc_list:", doc_list) + # print("===================================================================================================") for field in doc_list: # Skip fields without name entry @@ -721,9 +721,9 @@ def extract_fields(doc_list, name): path = os.path.abspath(os.path.dirname( __file__) + "../../../../_meta/fields.common.yml") - print( "=================================================================================================") + print("=================================================================================================") print("path:", path) - print( "=================================================================================================") + print("=================================================================================================") with open(path, encoding="utf-8") as f2: content = f2.read()