# Index lifecycle error: illegal\_argument\_exception: index.lifecycle.rollover\_alias \[filebeat\] does not point to index \[filebeat-7.8.1-2020.08.12-000001\]

**URL:** https://discuss.elastic.co/t/index-lifecycle-error-illegal-argument-exception-index-lifecycle-rollover-alias-filebeat-does-not-point-to-index-filebeat-7-8-1-2020-08-12-000001/244864
**Category:** Elasticsearch
**Created:** [August 13, 2020, 11:00am UTC](https://discuss.elastic.co/t/index-lifecycle-error-illegal-argument-exception-index-lifecycle-rollover-alias-filebeat-does-not-point-to-index-filebeat-7-8-1-2020-08-12-000001/244864 "2020-08-13T11:00:06Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![oicfar](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/oicfar/32/72064_2.png) [@oicfar](https://discuss.elastic.co/u/oicfar)
#### Post date: [August 13, 2020, 11:00am UTC](https://discuss.elastic.co/t/index-lifecycle-error-illegal-argument-exception-index-lifecycle-rollover-alias-filebeat-does-not-point-to-index-filebeat-7-8-1-2020-08-12-000001/244864/1 "2020-08-13T11:00:07Z")

</div>

Hi,

currently I have this error:

```
Index lifecycle error

illegal_argument_exception: index.lifecycle.rollover_alias [filebeat] does not point to index [filebeat-7.8.1-2020.08.12-000001]

```

ILM infos

```
$ curl -X GET "localhost:9200/filebeat-7.8.1-2020.08.12-000001/_ilm/explain?pretty"
{
  "indices" : {
    "filebeat-7.8.1-2020.08.12-000001" : {
      "index" : "filebeat-7.8.1-2020.08.12-000001",
      "managed" : true,
      "policy" : "filebeat",
      "lifecycle_date_millis" : 1597248578880,
      "age" : "18.8h",
      "phase" : "hot",
      "phase_time_millis" : 1597315517191,
      "action" : "rollover",
      "action_time_millis" : 1597249322260,
      "step" : "ERROR",
      "step_time_millis" : 1597316117188,
      "failed_step" : "check-rollover-ready",
      "is_auto_retryable_error" : true,
      "failed_step_retry_count" : 16,
      "step_info" : {
        "type" : "illegal_argument_exception",
        "reason" : "index.lifecycle.rollover_alias [filebeat] does not point to index [filebeat-7.8.1-2020.08.12-000001]",
        "stack_trace" : "java.lang.IllegalArgumentException: index.lifecycle.rollover_alias [filebeat] does not point to index [filebeat-7.8.1-2020.08.12-000001]\n\tat org.elasticsearch.xpack.core.ilm.WaitForRolloverReadyStep.evaluateCondition(WaitForRolloverReadyStep.java:104)\n\tat org.elasticsearch.xpack.ilm.IndexLifecycleRunner.runPeriodicStep(IndexLifecycleRunner.java:173)\n\tat org.elasticsearch.xpack.ilm.IndexLifecycleService.triggerPolicies(IndexLifecycleService.java:329)\n\tat org.elasticsearch.xpack.ilm.IndexLifecycleService.triggered(IndexLifecycleService.java:267)\n\tat org.elasticsearch.xpack.core.scheduler.SchedulerEngine.notifyListeners(SchedulerEngine.java:183)\n\tat org.elasticsearch.xpack.core.scheduler.SchedulerEngine$ActiveSchedule.run(SchedulerEngine.java:211)\n\tat java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)\n\tat java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)\n\tat java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)\n\tat java.base/java.lang.Thread.run(Thread.java:832)\n"
      },
      "phase_execution" : {
        "policy" : "filebeat",
        "phase_definition" : {
          "min_age" : "0ms",
          "actions" : {
            "rollover" : {
              "max_size" : "4gb",
              "max_age" : "2d"
            },
            "set_priority" : {
              "priority" : null
            }
          }
        },
        "version" : 19,
        "modified_date_in_millis" : 1597250934486
      }
    }
  }
}

```

Regards,  
Rafal

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [September 10, 2020, 11:00am UTC](https://discuss.elastic.co/t/index-lifecycle-error-illegal-argument-exception-index-lifecycle-rollover-alias-filebeat-does-not-point-to-index-filebeat-7-8-1-2020-08-12-000001/244864/2 "2020-09-10T11:00:09Z")

</div>

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