youtubebeat/vendor/github.com/elastic/beats/metricbeat/docs/modules/vsphere.asciidoc

55 lines
1.3 KiB
Text
Raw Normal View History

2018-11-18 11:08:38 +01:00
////
This file is generated! See scripts/docs_collector.py
////
[[metricbeat-module-vsphere]]
== vSphere module
beta[]
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]
=== Example configuration
The vSphere module supports the standard configuration options that are described
in <<configuration-metricbeat>>. Here is an example configuration:
[source,yaml]
----
metricbeat.modules:
- module: vsphere
enabled: true
metricsets: ["datastore", "host", "virtualmachine"]
period: 10s
hosts: ["https://localhost/sdk"]
username: "user"
password: "password"
# If insecure is true, don't verify the server's certificate chain
insecure: false
# Get custom fields when using virtualmachine metric set. Default false.
# get_custom_fields: false
----
[float]
=== Metricsets
The following metricsets are available:
* <<metricbeat-metricset-vsphere-datastore,datastore>>
* <<metricbeat-metricset-vsphere-host,host>>
* <<metricbeat-metricset-vsphere-virtualmachine,virtualmachine>>
include::vsphere/datastore.asciidoc[]
include::vsphere/host.asciidoc[]
include::vsphere/virtualmachine.asciidoc[]