Magento 2.1.6 Elasticsearch – ‘No Alive Nodes Found in Your Cluster’ Error

elasticsearchmagento2magento2.1.6save

Every time I save a new product I get that error

"No alive nodes found in your cluster"

My version of magento is 2.1.6 and the problem appeared after installing the elasticsearch module

enter image description here

What could be a solution to this problem? this also does not let me delete products or change their data

Best Answer

There are two things you should check.

  1. Check the elastic search hostname and the port are correct and accessible.

    telnet elastic-search-host port

  2. Run full reindex, which will create elastic search nodes during indexing.