Elasticsearch - Index Management
Given this ILM policy snippet:
What happens to an index after it reaches 10GB?
{"phases": {"hot": {"actions": {"rollover": {"max_size": "10gb"}}}, "delete": {"min_age": "90d", "actions": {"delete": {}}}}}What happens to an index after it reaches 10GB?
