Skip to content

Instantly share code, notes, and snippets.

View ceeeekay's full-sized avatar

Chris ceeeekay

  • Catalyst IT
  • Wellington, NZ
View GitHub Profile
@ianblenke
ianblenke / es_pri_allocate_unassigned.md
Last active November 18, 2021 00:14
elasticsearch trying to allocate a primary shard which is disabled

Allow routing allocations:

curl -XPUT localhost:9200/_cluster/settings -d '{
                "transient" : {
                    "cluster.routing.allocation.enable" : "all"
                }
        }'