I have a usecase where I need to map my current index to a new ILM policy. So I created a new ILM polciy with my requirement and then deleted the existing ILM for the index and then added the new ILM for this index. But when I do this the index health turned to yellow. And I tried to rollover the index and then a new index was created but the data is not ingested to this new index. The rollover is not happening correctly. My current index is filled with more than 50GB. But not rollovering.
And the setting for the index which is now yellow, i.e.
GET /yellow-index-name/_settings
Usually an index is yellow as shards are not allocated, did you change anything with respect to the number of shards or replicas from "old"ILM to "new" ILM ?
You can easily see if you have unallocated shards with:
Thank you for the quick response. I restarted the deployment as the deployment was down due to too many requests. And it is restarting now for many hours and the following errors are showing.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.