Error Indexing- Too Many Requests

ActorMike

Well-known member
We've been using ElasticSearch for several years with no errors. Recently I started seen errors in the server error logs.
  • XFES\Elasticsearch\RequestException: Elasticsearch indexing error (queued): index [INDEXNAME] blocked by: [TOO_MANY_REQUESTS/12/index read-only / allow delete (api)];
  • src\addons\XFES\Elasticsearch\Api.php:410

I just purged the index and rebuild the index and got an error n error was triggered while indexing. See the XenForo error log for details and it's the TOO_MANY_REQUESTS error.
 
Update: The data path for ElasticSearch was erroneously set to the OS boot drive creating a fulldisk. Updated to use the D drive in the elasticsearch.yml file! Problem solved.
 
Top Bottom