79825072

Date: 2025-11-20 03:50:57
Score: 1.5
Natty:
Report link

Below is the query which applies ILM policies to the existing inidices

where mylogs-* is the index pattern which matches the list of indices and mylogs-ilm-policy is new policy which I want to apply.

PUT /mylogs-*/_settings
{
  "index.lifecycle.name": "mylogs-ilm-policy"
}
Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Angel H