Skip to content

Instantly share code, notes, and snippets.

@bzon
Created December 13, 2019 23:07
Show Gist options
  • Save bzon/ac36c14ada8dd411048a0a0874de0b39 to your computer and use it in GitHub Desktop.
Save bzon/ac36c14ada8dd411048a0a0874de0b39 to your computer and use it in GitHub Desktop.
Fix Jaeger ES Forbidden error
curl -X PUT -H 'Content-Type: application/json' localhost:9200/jaeger-span-*/_settings -d '    {
    "index": {
    "blocks": {
    "read_only_allow_delete": "false"
    }
    }
    }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment