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

[vSphere][host] Add support for new metrics in host metricset #40429

Merged
Merged
Show file tree
Hide file tree
Changes from 43 commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
227eaec
[vSphere][host] Data collection and Fields mappings
kush-elastic Aug 5, 2024
b505cec
add changelog entry
kush-elastic Aug 5, 2024
8c61c2e
update github.com/vmware/govmomi version
kush-elastic Aug 5, 2024
b54e545
update go.sum
kush-elastic Aug 5, 2024
ef8dc8c
make check for beats
kush-elastic Aug 5, 2024
2aa91c3
golint-ci fix
kush-elastic Aug 5, 2024
492ec96
remove extra fields
kush-elastic Aug 5, 2024
dd6e96e
update the field mappings
kush-elastic Aug 7, 2024
8af84b0
mage update
kush-elastic Aug 7, 2024
8472be9
Merge branch 'main' into obs_16_host_metricset_implementation
kush-elastic Aug 7, 2024
4520b63
golanlint-ci fix
kush-elastic Aug 7, 2024
ae6f810
Merge branch 'obs_16_host_metricset_implementation' of https://github…
kush-elastic Aug 7, 2024
86a9151
fix linting issues
kush-elastic Aug 7, 2024
2d8997f
add more UTs
kush-elastic Aug 7, 2024
04dd349
Merge branch 'main' into obs_16_host_metricset_implementation
kush-elastic Aug 8, 2024
5c2061f
update changelog entry
kush-elastic Aug 8, 2024
d6f3b5a
metricbeat: mage update
kush-elastic Aug 8, 2024
bd62849
Resolve review comments
kush-elastic Aug 8, 2024
6c6793b
Merge branch 'main' into obs_16_host_metricset_implementation
kush-elastic Aug 12, 2024
4f92248
Minor changes
kush-elastic Aug 12, 2024
5c3cf69
resolved review comments
kush-elastic Aug 12, 2024
674641b
resolved review comments
kush-elastic Aug 12, 2024
3613bd1
update UTs
kush-elastic Aug 12, 2024
9815c45
Merge branch 'main' into obs_16_host_metricset_implementation
kush-elastic Aug 12, 2024
cbc08f1
add vm and datastore names with count per host
kush-elastic Aug 12, 2024
7c9173c
mage update
kush-elastic Aug 12, 2024
bad4e92
Merge branch 'main' into obs_16_host_metricset_implementation
kush-elastic Aug 12, 2024
a032c07
Merge branch 'main' into obs_16_host_metricset_implementation
kush-elastic Aug 13, 2024
204933b
fix and update mapping methods
kush-elastic Aug 13, 2024
7da85f4
minor changes
kush-elastic Aug 14, 2024
91dc4c8
Merge branch 'main' into obs_16_host_metricset_implementation
kush-elastic Aug 14, 2024
bb0398f
remove fmt.Errorf
kush-elastic Aug 14, 2024
7fade8f
fix loop
kush-elastic Aug 14, 2024
d32c480
golangci-lint fix
kush-elastic Aug 14, 2024
95577d7
resolved comments
kush-elastic Aug 20, 2024
394a3d2
Merge branch 'main' of https://github.com/kush-elastic/beats into obs…
kush-elastic Aug 20, 2024
516221e
fix datastore tests
kush-elastic Aug 20, 2024
af9b424
resolved review comments
kush-elastic Aug 21, 2024
be7f3c3
Merge branch 'main' into obs_16_host_metricset_implementation
kush-elastic Aug 21, 2024
6d45870
Update CHANGELOG.next.asciidoc
kush-elastic Aug 21, 2024
432dc60
update field description
kush-elastic Aug 21, 2024
3d9c31b
Merge branch 'obs_16_host_metricset_implementation' of https://github…
kush-elastic Aug 21, 2024
29558f0
update field mappings
kush-elastic Aug 21, 2024
ddcbd35
resolved review comments
kush-elastic Aug 22, 2024
8f7bcce
Merge branch 'main' into obs_16_host_metricset_implementation
kush-elastic Aug 22, 2024
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 @@ -54,6 +54,7 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff]
- Allow metricsets to report their status via control v2 protocol. {pull}40025[40025]
- Remove fallback to the node limit for the `kubernetes.pod.cpu.usage.limit.pct` and `kubernetes.pod.memory.usage.limit.pct` metrics calculation
- Add support for Kibana status metricset in v8 format {pull}40275[40275]
- Update metrics for the vSphere Host metricset. {pull}40429[40429]

*Osquerybeat*

Expand Down
4 changes: 2 additions & 2 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22704,11 +22704,11 @@ SOFTWARE.

--------------------------------------------------------------------------------
Dependency : github.com/vmware/govmomi
Version: v0.0.0-20170802214208-2cad15190b41
Version: v0.39.0
Licence type (autodetected): Apache-2.0
--------------------------------------------------------------------------------

Contents of probable licence file $GOMODCACHE/github.com/vmware/govmomi@v0.0.0-20170802214208-2cad15190b41/LICENSE.txt:
Contents of probable licence file $GOMODCACHE/github.com/vmware/govmomi@v0.39.0/LICENSE.txt:


Apache License
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ require (
github.com/stretchr/testify v1.9.0
github.com/tsg/go-daemon v0.0.0-20200207173439-e704b93fd89b
github.com/ugorji/go/codec v1.1.8
github.com/vmware/govmomi v0.0.0-20170802214208-2cad15190b41
github.com/vmware/govmomi v0.39.0
go.elastic.co/ecszap v1.0.2
go.elastic.co/go-licence-detector v0.6.1
go.etcd.io/bbolt v1.3.10
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1653,8 +1653,8 @@ github.com/vishvananda/netlink v1.2.1-beta.2/go.mod h1:twkDnbuQxJYemMlGd4JFIcuhg
github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df/go.mod h1:JP3t17pCcGlemwknint6hfoeCVQrEMVwxRLRjXpq+BU=
github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f h1:p4VB7kIXpOQvVn1ZaTIVp+3vuYAXFe3OJEvjbUYJLaA=
github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f/go.mod h1:DD4vA1DwXk04H54A1oHXtwZmA0grkVMdPxx/VGLCah0=
github.com/vmware/govmomi v0.0.0-20170802214208-2cad15190b41 h1:NeNpIvfvaFOh0BH7nMEljE5Rk/VJlxhm58M41SeOD20=
github.com/vmware/govmomi v0.0.0-20170802214208-2cad15190b41/go.mod h1:URlwyTFZX72RmxtxuaFL2Uj3fD1JTvZdx59bHWk6aFU=
github.com/vmware/govmomi v0.39.0 h1:soLZ08Q2zvjRSinNup8xVlw0KDDCJPPA1rIDmBhi7As=
github.com/vmware/govmomi v0.39.0/go.mod h1:oHzAQ1r6152zYDGcUqeK+EO8LhKo5wjtvWZBGHws2Hc=
github.com/willf/bitset v1.1.3/go.mod h1:RjeCKbqT1RxIR/KWY6phxZiaY1IyutSBfGjNPySAYV4=
github.com/willf/bitset v1.1.9/go.mod h1:RjeCKbqT1RxIR/KWY6phxZiaY1IyutSBfGjNPySAYV4=
github.com/xdg-go/pbkdf2 v1.0.0 h1:Su7DPu48wXMwC3bs7MCNG+z4FhcyEuz5dlvchbq0B0c=
Expand Down
Loading
Loading