Vsphere _metricbeat

Hi There,

I was looking at the vphere metribeat module, Iam bit confused , should we install the metribeat on vphere itself with vphere module enabled or should we install in another server where we install the metricbeat and enable the module and send it elasticsearch or how ?

metricbeat.modules:

  • module: vsphere
    enabled: true
    metricsets: ["datastore", "host", "virtualmachine"]
    period: 10s
    hosts: ["https://localhost/sdk"]

what is this "https://localhost/sdk"] is it elasticsearch or logstash ?

Thanks,
Raj

Hi @Raj_Kumar,

Beats are intended to be run on the same nodes where the monitored services are executed. If it is not possible, it can also work from another server. In any case, the addresses in hosts are the ones of the monitored service, for your case you should configure there the url of the vsphere API.
Elasticsearch, logstash and other outputs are configured in the general settings.

1 Like

Thank for the reply :slight_smile:

Just one question ,as am not good in vmware tehnologies,

Is this intended to be installed at the vcenter server?

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.