Elasticsearch - Index Management
You have this ILM policy JSON:
After applying, the shrink action never runs. What is the likely cause?
{"phases": {"hot": {"actions": {"rollover": {"max_size": "20gb"}}}, "warm": {"min_age": "10d", "actions": {"shrink": {"number_of_shards": 1}}}}}After applying, the shrink action never runs. What is the likely cause?
