I am start working with elastic search.I successfully install elastic search on my server(Different from application server).But When I try to call Elatic search from my App
I have found this error and solved it by following steps:
Comments the plugin setting on app/etc/env.php file.
'system' => [
'default' => [
/* 'smile_elasticsuite_core_base_settings' => [
'es_client' => [
'servers' => 'node-1:9200,node-2:9200',
'enable_https_mode' => '0',
'enable_http_auth' => '0',
'http_auth_user' => '',
'http_auth_pwd' => ''
]
] */
]
]
Start the server.
upgrade magento
php bin/magento setup:upgrade