This commit changes the requested endpoint for the Jest HealthIndicator. The `"/_all/_stats"` was previously used, but the response size can be quite large and costly. This is now using the `"/_cluster/health"` endpoint.