When creating an index, the client waits for the index to be completed by requesting the following URL: ``` http://balin-eu-west-1.searchly.com/_cluster/health/advertisements?wait_for_status=yellow ``` However, this is not supported by Searchly: ``` {"error":"ElasticsearchException[Requested resource only accessible by admin or system users]","status":500} ``` It would be nice if we could disable this waiting in the client, or switch to waiting a certain period instead.
When creating an index, the client waits for the index to be completed by requesting the following URL:
However, this is not supported by Searchly:
It would be nice if we could disable this waiting in the client, or switch to waiting a certain period instead.