Aliases Error in Ingest pipeline Index

Hi Team,

We are processing the logs using API key from below path.
C# -> ingest pipeline -> Elasticsearch -> kibana

We ran the below template but Aliases not working, it shows none. Please find the snapshot attached.

Could you please help us to fix the issue.

PUT _index_template/xxx_template
{
  "index_patterns": [
    "xxx*"
  ],
  "template": {
    "settings": {
      "number_of_shards": 2,
      "index.lifecycle.name": "DeleteIndexAfter12monthsTest",
      "index.lifecycle.rollover_alias": "xxx"
    }
  }
}

Regards
Anushya

Take a look at Troubleshooting index lifecycle management errors | Elasticsearch Guide [8.7] | Elastic, it should help.

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