The configured ILM policy in Operate is effective, but it attempts to delete non-existent indices. I cannot find these indices in Elasticsearch, yet I can still see records for these dates on the dashboard. Why is this happening? Below is the error message.
{“severity”:“WARNING”,“logging.googleapis.com/sourceLocation":{“function”:“setIndexLifeCycle”,“file”:“ElasticsearchArchiverRepository.java”,“line”:247},“message”:"Could not set ILM policy operate_delete_archived_indices for index operate-post-importer-queue-8.3.0_2024-12-13: Elasticsearch exception [type=index_not_found_exception, reason=no such index [operate-post-importer-queue-8.3.0_2024-12-13]]”,“serviceContext”:{“service”:“operate”,“version”:“development”},“context”:{“threadId”:48,“threadPriority”:5,“loggerName”:“io.camunda.operate.archiver.ElasticsearchArchiverRepository”,“threadName”:“archiver_1”},“timestampSeconds”:1736147116,“timestampNanos”:8834235}
{“severity”:“WARNING”,“logging.googleapis.com/sourceLocation":{“function”:“setIndexLifeCycle”,“file”:“ElasticsearchArchiverRepository.java”,“line”:247},“message”:"Could not set ILM policy operate_delete_archived_indices for index operate-operation-8.4.0_2024-12-13: Elasticsearch exception [type=index_not_found_exception, reason=no such index [operate-operation-8.4.0_2024-12-13]]”,“serviceContext”:{“service”:“operate”,“version”:“development”},“context”:{“threadId”:48,“threadPriority”:5,“loggerName”:“io.camunda.operate.archiver.ElasticsearchArchiverRepository”,“threadName”:“archiver_1”},“timestampSeconds”:1736147116,“timestampNanos”:16509887}
{“severity”:“WARNING”,“logging.googleapis.com/sourceLocation":{“function”:“setIndexLifeCycle”,“file”:“ElasticsearchArchiverRepository.java”,“line”:247},“message”:"Could not set ILM policy operate_delete_archived_indices for index operate-incident-8.3.1_2024-12-13: Elasticsearch exception [type=index_not_found_exception, reason=no such index [operate-incident-8.3.1_2024-12-13]]”,“serviceContext”:{“service”:“operate”,“version”:“development”},“context”:{“threadId”:48,“threadPriority”:5,“loggerName”:“io.camunda.operate.archiver.ElasticsearchArchiverRepository”,“threadName”:“archiver_1”},“timestampSeconds”:1736147116,“timestampNanos”:37140783}