Hello,
I am using Elasticsearch version 7.4 and have configured rollover policies for my indices. Every now and then on some indices (by random) I get some failures on rollover. The errors include:
illegal_argument_exception: index [auditbeat-7.8.0-2020.09.29-000001] is not the write index for alias [auditbeat-7.8.0]
index_closed_exception: closed
{"auditbeat":{"version":2,"modified_date":"2020-09-29T21:30:35.073Z","policy":{"phases":{"warm":{"min_age":"0ms","actions":{"allocate":{"number_of_replicas":1,"include":{},"exclude":{},"require":{}},"shrink":{"number_of_shards":1},"forcemerge":{"max_num_segments":1}}},"cold":{"min_age":"1d","actions":{"freeze":{}}},"hot":{"min_age":"0ms","actions":{"rollover":{"max_age":"1d"}}},"delete":{"min_age":"2d","actions":{"delete":{}}}}}}}
Any ideas why this is happening and how to fix this?
Thanks