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.

Revisions

  1. @panchicore panchicore renamed this gist Feb 1, 2018. 1 changed file with 0 additions and 0 deletions.
  2. @panchicore panchicore renamed this gist Feb 1, 2018. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  3. @panchicore panchicore created this gist Feb 1, 2018.
    14 changes: 14 additions & 0 deletions readme.md
    Original 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
    }
    }
    ```