Elastic search with laravel

{"error":{"root_cause":[{"type":"index_not_found_exception","reason":"no such index [articles]","resource.type":"index_or_alias","resource.id":"articles","index_uuid":"na","index":"articles"}],"type":"index_not_found_exception","reason":"no such index [articles]","resource.type":"index_or_alias","resource.id":"articles","index_uuid":"na","index":"articles"},"status":404}

I got the above error when use elastic search in laravel

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.