Magento – Install Elastic search 6+ in magento 2.3.2

elasticsearchmagento2.3.2

I am setting Elastic Search 6+ in Magento 2.3.2 CE, but getting an issue

Elasticsearch\Common\Exceptions\NoNodesAvailableException

I've not installed anything. I just enabled it from admin panel.
Any installation process or just enable from admin panel.

Best Answer

You just need to run Command

service elasticsearch restart 

And wait for 1 minutes to Restart process then this error will resolve.

Hope this will help you!!

Related Topic