...
Notes
This is an installation-only bundle, so don’t use this bundle for upgrades.
Swarm 15.0 - ESXi-7.0 - can be deployed on ESXi 6.7 and above. See https://kb.vmware.com/s/article/83223 for end of life (EOL) statement regarding VMware ESX 6.x.
A field engineer needs to modify /usr/lib/system.d/system/elasticsearch_exporter.service if the ES node IP is different.
Code Block language bash The flag you want to modify is --es.uri http://YOUR_ES_IP:9200 systemctl daemon-reload systemctl enable elasticsearch_exporter systemctl start elasticsearch_exporter
...