You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hetzner-ansible/roles/elastic/templates/delete_after_policy.j2

22 lines
425 B
Django/Jinja

{
"policy": {
"phases": {
"hot": {
"min_age": "0ms",
"actions": {}
},
"delete": {
"min_age": "{{ configuration.retention }}",
"actions": {
"delete": {
"delete_searchable_snapshot": true
}
}
}
},
"_meta": {
"description": "ILM Policy for {{ configuration.retention }} delete",
"managed": true
}
}
}