-
-
Save vishal2232/cc8061d3889d036e102c4a497cdb6484 to your computer and use it in GitHub Desktop.
Revisions
-
panchicore renamed this gist
Feb 1, 2018 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
panchicore renamed this gist
Feb 1, 2018 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
panchicore created this gist
Feb 1, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ ``` [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 } } ```