Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update github.com/elastic/go-sysinfo: Improve container detection #11562

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Fix a typo in libbeat/outputs/transport/client.go by updating `c.conn.LocalAddr()` to `c.conn.RemoteAddr()`. {pull}11242[11242]
- Management configuration backup file will now have a timestamps in their name. {pull}11034[11034]
- Fixed OS family classification in `add_host_metadata` for Amazon Linux, Raspbian, and RedHat Linux. {issue}9134[9134] {pull}11494[11494]
- Improve container detection in `add_host_metadata`. {pull}11562[11562]

*Auditbeat*

Expand Down
2 changes: 1 addition & 1 deletion NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ Apache License 2.0

--------------------------------------------------------------------
Dependency: github.com/elastic/go-sysinfo
Revision: ab4f04edfc3d6b3864f5f06a068ddab9ad79774f
Revision: 77ef9c6e57ee101f346fbe70b5e9026ccf51f2fe
License type (autodetected): Apache-2.0
./vendor/github.com/elastic/go-sysinfo/LICENSE.txt:
--------------------------------------------------------------------
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 15 additions & 15 deletions vendor/vendor.json
Original file line number Diff line number Diff line change
Expand Up @@ -1026,44 +1026,44 @@
{
"checksumSHA1": "QhFIpuHPaV6hKejKcc2wm6y4MSQ=",
"path": "github.com/elastic/go-sysinfo",
"revision": "ab4f04edfc3d6b3864f5f06a068ddab9ad79774f",
"revisionTime": "2019-03-27T18:53:17Z"
"revision": "77ef9c6e57ee101f346fbe70b5e9026ccf51f2fe",
"revisionTime": "2019-04-01T11:03:12Z"
},
{
"checksumSHA1": "GiZCjX17K265TtamGZZw4R2Jwbk=",
"path": "github.com/elastic/go-sysinfo/internal/registry",
"revision": "ab4f04edfc3d6b3864f5f06a068ddab9ad79774f",
"revisionTime": "2019-03-27T18:53:17Z"
"revision": "77ef9c6e57ee101f346fbe70b5e9026ccf51f2fe",
"revisionTime": "2019-04-01T11:03:12Z"
},
{
"checksumSHA1": "ovafihHzpBx9Y7+lZh9X5KwNCvE=",
"path": "github.com/elastic/go-sysinfo/providers/darwin",
"revision": "ab4f04edfc3d6b3864f5f06a068ddab9ad79774f",
"revisionTime": "2019-03-27T18:53:17Z"
"revision": "77ef9c6e57ee101f346fbe70b5e9026ccf51f2fe",
"revisionTime": "2019-04-01T11:03:12Z"
},
{
"checksumSHA1": "OyI+VwDiT4UZjncsDr1GYg1xcdw=",
"checksumSHA1": "1PtEeqqL+rCKmZ8vkrgg6FCzGE8=",
"path": "github.com/elastic/go-sysinfo/providers/linux",
"revision": "ab4f04edfc3d6b3864f5f06a068ddab9ad79774f",
"revisionTime": "2019-03-27T18:53:17Z"
"revision": "77ef9c6e57ee101f346fbe70b5e9026ccf51f2fe",
"revisionTime": "2019-04-01T11:03:12Z"
},
{
"checksumSHA1": "RWLvcP1w9ynKbuCqiW6prwd+EDU=",
"path": "github.com/elastic/go-sysinfo/providers/shared",
"revision": "ab4f04edfc3d6b3864f5f06a068ddab9ad79774f",
"revisionTime": "2019-03-27T18:53:17Z"
"revision": "77ef9c6e57ee101f346fbe70b5e9026ccf51f2fe",
"revisionTime": "2019-04-01T11:03:12Z"
},
{
"checksumSHA1": "aF05MEkMjbRekzHlwFxmd5WBpeY=",
"path": "github.com/elastic/go-sysinfo/providers/windows",
"revision": "ab4f04edfc3d6b3864f5f06a068ddab9ad79774f",
"revisionTime": "2019-03-27T18:53:17Z"
"revision": "77ef9c6e57ee101f346fbe70b5e9026ccf51f2fe",
"revisionTime": "2019-04-01T11:03:12Z"
},
{
"checksumSHA1": "MLQioPEjULYbNqqCjfB1/cux08E=",
"path": "github.com/elastic/go-sysinfo/types",
"revision": "ab4f04edfc3d6b3864f5f06a068ddab9ad79774f",
"revisionTime": "2019-03-27T18:53:17Z"
"revision": "77ef9c6e57ee101f346fbe70b5e9026ccf51f2fe",
"revisionTime": "2019-04-01T11:03:12Z"
},
{
"checksumSHA1": "bNf3GDGhZh86bfCIMM5c5AYfo3g=",
Expand Down