Commit cad7784d by Rashid Khan

Merge remote-tracking branch 'upstream/master'

parents a428f9e5 58ccc298
...@@ -90,8 +90,9 @@ angular.module('kibana.services', []) ...@@ -90,8 +90,9 @@ angular.module('kibana.services', [])
alertSrv.set('Error',"Could not contact Elasticsearch at "+config.elasticsearch+ alertSrv.set('Error',"Could not contact Elasticsearch at "+config.elasticsearch+
". Please ensure that Elasticsearch is reachable from your system." ,'error'); ". Please ensure that Elasticsearch is reachable from your system." ,'error');
} else { } else {
alertSrv.set('Error',"Could not find "+config.elasticsearch+"/"+indices.join(',')+"/_mapping. If you"+ alertSrv.set('Error',"No index found at "+config.elasticsearch+"/" +
" are using a proxy, ensure it is configured correctly",'error'); indices.join(',')+"/_mapping. Please create at least one index." +
"If you're using a proxy ensure it is configured correctly.",'error');
} }
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment