Rollover "Transform" indices

Hi all,

Is any way to rollover for "Transform" indices? If I use ILM policy, I'm getting error: "illegal_argument_exception: index.lifecycle.rollover_alias [test-summary] does not point to index [test-summary]".
Template setting:

{
  "index": {
    "lifecycle": {
      "name": "test-summary",
      "rollover_alias": "test-summary"
    },
    "number_of_replicas": "1",
    "refresh_interval": "5s"
  }
}

In ILM is using only rollover on "Hot Phase". Template was created before "Transform" execution (and index\pattern creation).

Any help would be appreciated.

Thank you!

Using ILM with transform can cause duplicates to be created and is not recommended/supported.

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