[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
}
}