...
A dedicated vSwitch for the Swarm Storage Network before importing VMs with the dual virtual network card.
VMs are created on VMware ESX 7.0 and must be loaded into 6.7 U3 and above.
If using vCenter, use the VMware vAPP OVF datacore-swarm-15.3.0-ESX.ovf to load the entire set of VMs in one command. Must include the nvram files as well.
If not using vCenter, use an individual OVF for each template. This requires specifying the associated disk for each VM.
A field engineer is required to configure the node_exporter service for the gateways in /etc/prometheus/prometheus.yml, an example is provided in the comments.
A field engineer is required to configure the node_exporter service for the SCS in /etc/prometheus/prometheus.yml
A field engineer is required to configure and deploy the elasticsearch_exporter service on the SwarmTelemetry VM, the . The process is as follows:
modify the Elasticsearch Node IP in /usr/lib/systemd/system/elasticsearch_exporter.service file
systemctl daemon-reload
systemctl enable elasticsearch_exporter
systemctl start elasticsearch_exporter this will start the service and listen on port 9114
modify /etc/prometheus/prometheus.yml and uncomment the elasticsearch job definition pointing at port 9114
promtool check config /etc/prometheus/prometheus.yml to verify no typo errors were done in the config file.
systemctl restart prometheus to activate the change
Now you will see metrics populate the Swarm Search v7 dashboard.
...