Indexes not migrating from hot to cold

Hi. I have a Hot Cold setup (two nodes hot, one node cold). It does not appear any of my indexes in hot ever migrate to cold, given my ILM policy. For example:

But index I expect to be cold by now is still in hot phase:

Is it because index has not resolved or completed rollover phase? How can I force rollover or disable rollover to try to get this index to finally go to cold phase?

It turns out I had a couple things going on:

1). Running out of shards per node (1000 shard limit)
2). Not having properly configured write indexes for the rollover steps, preventing rollover from happening

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