Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save vishal2232/cc8061d3889d036e102c4a497cdb6484 to your computer and use it in GitHub Desktop.
Save vishal2232/cc8061d3889d036e102c4a497cdb6484 to your computer and use it in GitHub Desktop.
Elasticsearch problem: cluster_block_exception
[2018-02-01T08:00:23,133][INFO ][logstash.outputs.elasticsearch] retrying failed action with response code: 403 ({"type"=>"cluster_block_exception", "reason"=>"blocked by: [FORBIDDEN/12/index read-only / allow delete (api)];"})
[2018-02-01T08:00:23,134][INFO ][logstash.outputs.elasticsearch] Retrying individual bulk actions that failed or were rejected by the previous bulk request. {:count=>1}
PUT _all/_settings
{
"index": {
    "blocks.read_only": false,
    "blocks.read_only_allow_delete": false
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment