Skip to content

Commit 57f5690

Browse files
committed
AC-13818::Make ES8 to be default for 2.4.8 instead of ES7
1 parent 29351cc commit 57f5690

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

app/code/Magento/Elasticsearch/Setup/Validator.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,6 @@ public function validate(): array
3737
{
3838
$errors = [];
3939
try {
40-
echo "Check elasticsearch8 server up or not with command line\n";
41-
shell_exec("curl http://127.0.0.1:9200/");
42-
43-
$output = shell_exec('netstat -tuln');
44-
echo "<pre>$output</pre>";
45-
46-
47-
$output = shell_exec("sudo cat /var/log/elasticsearch/elasticsearch.log");
48-
echo "<pre>$output</pre>";
49-
5040
$client = $this->clientResolver->create();
5141
if (!$client->testConnection()) {
5242
$errors[] = 'Could not validate a connection to Elasticsearch.'

0 commit comments

Comments
 (0)