Skip to content

Instantly share code, notes, and snippets.

@panchicore
Last active February 22, 2019 12:19
Show Gist options
  • Save panchicore/814932b92d186e3d9ef54e1a2913a626 to your computer and use it in GitHub Desktop.
Save panchicore/814932b92d186e3d9ef54e1a2913a626 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