Answer the question
In order to leave comments, you need to log in
Laradock + elasticsearch why "No alive nodes found in your cluster" error?
Hello! I use scout-elasticsearch-driver + Laradock + elasticsearch
<?php
//scout_elastic.php
return [
'client' => [
'hosts' => [
'elasticsearch',
]
],
'update_mapping' => env('SCOUT_ELASTIC_UPDATE_MAPPING', true),
'indexer' => env('SCOUT_ELASTIC_INDEXER', 'single'),
'document_refresh' => env('SCOUT_ELASTIC_DOCUMENT_REFRESH')
];
//scout.php
'driver' => elastic'
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question