Aliases not created in Index management

Hi Team,

We are facing index lifecycle error in index management and it couldn't be rollover also, it shows Aliases as none status. Could you please help us to fix the issue.

Please find the attached snapshot.
Index lifecycle Error

Regards
Anushya

This relates to Troubleshooting index lifecycle management errors | Elasticsearch Guide [8.5] | Elastic and you don't have an alias defined at all.

Can you share the output from GET _ilm/policy/<whatever the blanked out name is>.

Hi Mark Walkom,

We ran the below template in DEV tool but still aliases was not allocated in index management.

PUT /my index-000001
{
  "settings": {
    "index.number_of_shards": 2,
    "index.lifecycle.name": "DeleteIndexAfter14Days"
  }
}

After we ran the below template, we could able to see the another hot node was created but there was no data it goes to previous index and still we getting the Index life error for both nodes.
Please find the snapshot

Aliases Error

Output:

Please find the attachment 
![Output Error|690x74](upload://dhdrylKNj2gqHlcNS4q6FIyx0p9.png)

```````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````
Regards
Anushya

Hi Team,

Could please update this case that would be helpful to solve this issue.

Regards
Anushya

This is important.

While this is a forum to get assistance, please don't consider topics support cases, as we provide best efforts :slight_smile:

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.