We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 734a470 commit a93fea5Copy full SHA for a93fea5
index.html
@@ -79,7 +79,7 @@ <h3 class="panel-title">Cluster State</h3>
79
// message
80
if (err instanceof esFactory.errors.NoConnections) {
81
$scope.error = new Error('Unable to connect to elasticsearch. ' +
82
- 'Check that you can reach it at http://localhost:9200');
+ 'Make sure that it is running and listening at http://localhost:9200');
83
}
84
});
85
0 commit comments