Closed
Description
Summary of problem or feature request
Hello! I always get this exception, but only when use putMapping().
$client->indices()->exists($params)
, $client->indices()->create($params)
, $client->indices()->delete($params)
, $client->indices()->getMapping($params)
work as expected, but when try $client->indices()->putMapping($params)
, I've got this error message:
Elasticsearch\Common\Exceptions\NoNodesAvailableException : No alive nodes found in your cluster
System details
- Operating System: CentOS 7
- PHP Version: 7.2.22
- Elasticsearch version: 7.4.2 (official docker container)