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

Cherry-pick #17555 to 7.x: Fix vsphere VM dashboard show VM host aggregation works #17575

Merged
merged 1 commit into from
Apr 7, 2020
Merged
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 @@ -189,6 +189,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Fix cloudwatch metricset missing tags collection. {issue}17419[17419] {pull}17424[17424]
- check if cpuOptions field is nil in DescribeInstances output in ec2 metricset. {pull}17418[17418]
- Fix Unix socket path in memcached. {pull}17512[17512]
- Fix vsphere VM dashboard host aggregation visualizations. {pull}17555[17555]

*Packetbeat*

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@
"id": "2",
"params": {
"customLabel": "VM ESXi Host",
"field": "vsphere.virtualmachine.host",
"field": "vsphere.virtualmachine.host.hostname",
"missingBucket": false,
"missingBucketLabel": "Missing",
"order": "desc",
Expand Down Expand Up @@ -699,7 +699,7 @@
"id": "3",
"params": {
"customLabel": "ESXi Host",
"field": "vsphere.virtualmachine.host",
"field": "vsphere.virtualmachine.host.hostname",
"missingBucket": false,
"missingBucketLabel": "Missing",
"order": "desc",
Expand Down