Skip to content

Commit

Permalink
Fix vsphere VM dashboard show VM host aggregation works (elastic#17555)
Browse files Browse the repository at this point in the history
* Fix vsphere dashboard.

* Add changelog entry.

(cherry picked from commit 4a3c555)
  • Loading branch information
blakerouse committed Apr 7, 2020
1 parent 0d6bc94 commit 5f6c753
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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

0 comments on commit 5f6c753

Please sign in to comment.