From 5f6c753ff259f378d7058facc20ac5dbf8b8576e Mon Sep 17 00:00:00 2001 From: Blake Rouse Date: Tue, 7 Apr 2020 09:04:20 -0400 Subject: [PATCH] Fix vsphere VM dashboard show VM host aggregation works (#17555) * Fix vsphere dashboard. * Add changelog entry. (cherry picked from commit 4a3c555104d50550d3b2455faa547ff47e0ffb48) --- CHANGELOG.next.asciidoc | 1 + .../_meta/kibana/7/dashboard/metricbeat-vsphere-vm.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index 838930ea988..d809be9498d 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -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* diff --git a/metricbeat/module/vsphere/_meta/kibana/7/dashboard/metricbeat-vsphere-vm.json b/metricbeat/module/vsphere/_meta/kibana/7/dashboard/metricbeat-vsphere-vm.json index 7af83042815..693d8045725 100644 --- a/metricbeat/module/vsphere/_meta/kibana/7/dashboard/metricbeat-vsphere-vm.json +++ b/metricbeat/module/vsphere/_meta/kibana/7/dashboard/metricbeat-vsphere-vm.json @@ -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", @@ -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",