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