Retention Policy at Index level

Hey @spoorthi

What have you tried so far?

Use the RollOver

{
  "rollover": {
    "min_index_age": "30d"
  }
}

transition

"transitions": [
  {
    "state_name": "warm",
    "conditions": {
      "min_index_age": "30d"
    }
  }
]

Perhaps something like this example here