The Usage and Health Data Collection Service Application collects usage and health data from a variety of sources, including event logs, performance counters, search usage data, site collection and site usage data and server statistics for the entire farm.
After deploying the Usage and Health Data Collection Service Application, it's related proxy has not been started. To check the service application proxy status:
If the proxy status is stopped, it can easily be started using the following PowerShell commands:
Add-PSSnapin Microsoft.SharePoint.PowerShell -ErrorAction SilentlyContinue $UsageAppProxy = Get-SPServiceApplicationProxy | Where {$_.TypeName -eq "Usage and Health Data Collection Proxy"} $UsageAppProxy.Provision()