index has a preference for tiers [data_content] and node does not meet the required [data_content] tier
  {
    "index" : "logs-2021.01.22",
    "shard" : 0,
    "primary" : false,
    "current_state" : "unassigned",
    "unassigned_info" : {
      "reason" : "INDEX_CREATED",
      "at" : "2021-01-22T00:59:26.049Z",
      "last_allocation_status" : "no_attempt"
    },
    "can_allocate" : "no",
    "allocate_explanation" : "cannot allocate because allocation is not permitted to any of the nodes",
    "node_allocation_decisions" : [
      {
        "node_id" : "ID-1",
        "node_name" : "es-warm-2",
        "transport_address" : "192.168.1.9:9300",
        "node_attributes" : {
          "rack" : "r1",
          "xpack.installed" : "true",
          "transform.node" : "false"
        },
        "node_decision" : "no",
        "weight_ranking" : 1,
        "deciders" : [
          {
            "decider" : "data_tier",
            "decision" : "NO",
            "explanation" : "index has a preference for tiers [data_content] and node does not meet the required [data_content] tier"
          }
        ]
      },
      {
        "node_id" : "ID-2",
        "node_name" : "es-warm-1",
        "transport_address" : "192.168.1.8:9300",
        "node_attributes" : {
          "rack" : "r1",
          "xpack.installed" : "true",
          "transform.node" : "false"
        },
        "node_decision" : "no",
        "weight_ranking" : 2,
        "deciders" : [
          {
            "decider" : "data_tier",
            "decision" : "NO",
            "explanation" : "index has a preference for tiers [data_content] and node does not meet the required [data_content] tier"
          }
        ]
      },
      {
        "node_id" : "ID-3",
        "node_name" : "es-cold-2",
        "transport_address" : "192.168.1.11:9300",
        "node_attributes" : {
          "rack" : "r1",
          "xpack.installed" : "true",
          "transform.node" : "false"
        },
        "node_decision" : "no",
        "weight_ranking" : 3,
        "deciders" : [
          {
            "decider" : "data_tier",
            "decision" : "NO",
            "explanation" : "index has a preference for tiers [data_content] and node does not meet the required [data_content] tier"
          }
        ]
      },
      {
        "node_id" : "ID-4",
        "node_name" : "es-cold-3",
        "transport_address" : "192.168.1.12:9300",
        "node_attributes" : {
          "rack" : "r1",
          "xpack.installed" : "true",
          "transform.node" : "false"
        },
        "node_decision" : "no",
        "weight_ranking" : 4,
        "deciders" : [
          {
            "decider" : "data_tier",
            "decision" : "NO",
            "explanation" : "index has a preference for tiers [data_content] and node does not meet the required [data_content] tier"
          }
        ]
      },
      {
        "node_id" : "ID-5",
        "node_name" : "es-cold-1",
        "transport_address" : "192.168.1.10:9300",
        "node_attributes" : {
          "rack" : "r1",
          "xpack.installed" : "true",
          "transform.node" : "false"
        },
        "node_decision" : "no",
        "weight_ranking" : 5,
        "deciders" : [
          {
            "decider" : "data_tier",
            "decision" : "NO",
            "explanation" : "index has a preference for tiers [data_content] and node does not meet the required [data_content] tier"
          }
        ]
      },
      {
        "node_id" : "ID-6",
        "node_name" : "es-hot-1",
        "transport_address" : "192.168.1.7:9300",
        "node_attributes" : {
          "rack" : "r1",
          "xpack.installed" : "true",
          "transform.node" : "false"
        },
        "node_decision" : "no",
        "weight_ranking" : 6,
        "deciders" : [
          {
            "decider" : "same_shard",
            "decision" : "NO",
            "explanation" : "a copy of this shard is already allocated to this node [[logs--2021.01.22][0], node[ID-6], [P], s[STARTED], a[id=blop]]"
          }
        ]
      }
    ]
  }