{ "policy": { "description": "TEST rotate 200 KiB primary shards and delete after 5 minutes", "error_notification": null, "default_state": "hot_state", "states": [ { "name": "hot_state", "actions": [ { "rollover": { "min_primary_shard_size": "200kb", "copy_alias": false } } ], "transitions": [ { "state_name": "warm_state" } ] }, { "name": "warm_state", "actions": [ { "read_only": {} } ], "transitions": [ { "state_name": "delete_state", "conditions": { "min_rollover_age": "5m" } } ] }, { "name": "delete_state", "actions": [ { "delete": {} } ], "transitions": [] } ], "ism_template": [ { "index_patterns": [ "test-*" ] } ] } }