Skip to content
Luis Guzman edited this page Aug 28, 2018 · 3 revisions

Errors during index

[Elasticsearch\Common\Exceptions\NoNodesAvailableException]  
  No alive nodes found in your cluster                         
Elasticsearch is not running or is not available at the configured address.

[Elasticsearch\Common\Exceptions\BadRequest400Exception]                                                                                                                  
  {"error":{"root_cause":[{"type":"status_exception","reason":"forbidden","header":{"WWW-Authenticate":"Basic"}}],"type":"status_exception","reason":"forbidden","header":  
  {"WWW-Authenticate":"Basic"}},"status":401}
Check that you configured the right index.

[Elasticsearch\Common\Exceptions\BadRequest400Exception]                                                                                                                  
  {"error":{"root_cause":[{"type":"parse_exception","reason":"No processor type exists with name [attachment]","header":{"processor_type":"attachment"}}],"type":"parse_ex  
  ception","reason":"No processor type exists with name [attachment]","header":{"processor_type":"attachment"}},"status":400}
You will need the ingest-attachment plugin.

│ Exception: Elasticsearch\Common\Exceptions\Forbidden403Exception
│ Message: blocked by: [FORBIDDEN/12/index read-only / allow delete (api)];
You may need to check and free disk usage then reset fulltextsearch.
Clone this wiki locally