This is a known issue affecting VMware Application Proxy.
To be alerted when this article is updated, click
Subscribe to Document in the
Actions box.
Workaround:
To resolve this issue, edit the discovery content name for elasticsearch.
- Log into the VMware Application Proxy VM as root via SSH or console.
- Open /ucp/ucp-config-scripts/service-discovery/sd-svc-signatures-windows.yaml in a text editor.
- Search for the elasticsearch service signature and edit the name_regex entry to be '^.*[Ee]lasticsearch.*'.
Example:
elasticsearch:
bin_name: 'elasticsearch%'
name_regex: '^.*[Ee]lasticsearch.*'
display_name: Elasticsearch
vendor: Elasticsearch BV
- Save and close the file.
- Reload the configuration files by running this command:
/ucp/ucp-config-scripts/ucp-firstboot.sh
- Uninstall, then reinstall the VMware Application Proxy agent on any machines utilizing elasticsearch.