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

[Metricbeat] VSphere module dashboards #14135

Merged
merged 22 commits into from
Nov 6, 2019
Merged
Show file tree
Hide file tree
Changes from 21 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
ffe3a03
https://github.com/elastic/beats/issues/14101 renamed everything acco…
philippkahr Oct 18, 2019
1aa367c
https://github.com/elastic/beats/pull/14135 added dashboard
philippkahr Oct 18, 2019
0d0a76a
https://github.com/elastic/beats/pull/14135 trying to fix the error f…
philippkahr Oct 19, 2019
4950b5a
https://github.com/elastic/beats/pull/14135 fixing naming pattern mis…
philippkahr Oct 19, 2019
cadd90a
https://github.com/elastic/beats/pull/14135: fixed: empty description…
philippkahr Oct 19, 2019
90dced4
https://github.com/elastic/beats/pull/14135: travis told me to run `E…
philippkahr Oct 19, 2019
594965b
https://github.com/elastic/beats/pull/14135 Remove submodule beats fr…
philippkahr Oct 20, 2019
288aabd
Update metricbeat/module/vsphere/_meta/kibana/7/dashboard/metricbeat-…
philippkahr Oct 21, 2019
8820fc5
Update metricbeat/module/vsphere/_meta/kibana/7/dashboard/metricbeat-…
philippkahr Oct 21, 2019
8eb120f
Update metricbeat/module/vsphere/_meta/kibana/7/dashboard/metricbeat-…
philippkahr Oct 21, 2019
842f219
Update metricbeat/module/vsphere/_meta/kibana/7/dashboard/metricbeat-…
philippkahr Oct 21, 2019
192c30d
Update metricbeat/module/vsphere/_meta/kibana/7/dashboard/metricbeat-…
philippkahr Nov 1, 2019
3ae29ec
Update metricbeat/module/vsphere/_meta/kibana/7/dashboard/metricbeat-…
philippkahr Nov 1, 2019
0d55fd5
Update metricbeat/module/vsphere/_meta/kibana/7/dashboard/metricbeat-…
philippkahr Nov 1, 2019
2df4d3a
Update metricbeat/module/vsphere/_meta/kibana/7/dashboard/metricbeat-…
philippkahr Nov 1, 2019
f24c773
Update metricbeat/module/vsphere/_meta/kibana/7/dashboard/metricbeat-…
philippkahr Nov 1, 2019
4581e9c
Update metricbeat/module/vsphere/_meta/kibana/7/dashboard/metricbeat-…
philippkahr Nov 1, 2019
054ab77
Update metricbeat/module/vsphere/_meta/kibana/7/dashboard/metricbeat-…
philippkahr Nov 1, 2019
480124a
Update metricbeat/module/vsphere/_meta/kibana/7/dashboard/metricbeat-…
philippkahr Nov 1, 2019
e99daaa
https://github.com/elastic/beats/pull/14135 added the vsphere dashboa…
philippkahr Nov 1, 2019
41c36d5
make update
philippkahr Nov 1, 2019
b672587
Update metricbeat/module/vsphere/_meta/kibana/7/dashboard/metricbeat-…
philippkahr Nov 6, 2019
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 @@ -59,6 +59,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Add new dashboard for Aerospike database stats {pull}13217[13217]
- Add new dashboard for Couchbase cluster stats {pull}13212[13212]
- Add new dashboard for Prometheus server stats {pull}13126[13126]
- Add new dashboard for VSphere host cluster and virtual machine {pull}14135[14135]
- Add new option `OpMultiplyBuckets` to scale histogram buckets to avoid decimal points in final events {pull}10994[10994]
- system/raid metricset now uses /sys/block instead of /proc/mdstat for data. {pull}11613[11613]
- kubernetes.container.cpu.limit.cores and kubernetes.container.cpu.requests.cores are now floats. {issue}11975[11975]
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions metricbeat/docs/modules/vsphere.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ The vSphere module uses the https://github.com/vmware/govmomi[Govmomi] library t

By default it enables the metricsets `datastore`, `host` and `virtualmachine`.

[float]
=== Dashboard

The vsphere module comes with a predefined dashboard. For example:

image::./images/metricbeat_vsphere_dashboard.png[]
image::./images/metricbeat_vsphere_vm_dashboard.png[]


[float]
=== Example configuration
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/docs/modules_list.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ This file is generated! See scripts/mage/docs_collector.go
.1+| .1+| |<<metricbeat-metricset-traefik-health,health>>
|<<metricbeat-module-uwsgi,uwsgi>> |image:./images/icon-yes.png[Prebuilt dashboards are available] |
.1+| .1+| |<<metricbeat-metricset-uwsgi-status,status>>
|<<metricbeat-module-vsphere,vSphere>> beta[] |image:./images/icon-no.png[No prebuilt dashboards] |
|<<metricbeat-module-vsphere,vSphere>> beta[] |image:./images/icon-yes.png[Prebuilt dashboards are available] |
.3+| .3+| |<<metricbeat-metricset-vsphere-datastore,datastore>> beta[]
|<<metricbeat-metricset-vsphere-host,host>> beta[]
|<<metricbeat-metricset-vsphere-virtualmachine,virtualmachine>> beta[]
Expand Down
8 changes: 8 additions & 0 deletions metricbeat/module/vsphere/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
The vSphere module uses the https://github.com/vmware/govmomi[Govmomi] library to collect metrics from any Vmware SDK URL (ESXi/VCenter). This library is built for and tested against ESXi and vCenter 5.5, 6.0 and 6.5.

By default it enables the metricsets `datastore`, `host` and `virtualmachine`.

[float]
=== Dashboard

The vsphere module comes with a predefined dashboard. For example:

image::./images/metricbeat_vsphere_dashboard.png[]
image::./images/metricbeat_vsphere_vm_dashboard.png[]
Loading