diff --git a/logs/ilm/docker-logs-policy.json b/logs/ilm/docker-logs-policy.json new file mode 100644 index 0000000..fe793d9 --- /dev/null +++ b/logs/ilm/docker-logs-policy.json @@ -0,0 +1,15 @@ +{ + "policy": { + "phases": { + "hot": { + "actions": {} + }, + "delete": { + "min_age": "7d", + "actions": { + "delete": {} + } + } + } + } +}