feat(logs/ilm): adding the memory management
This commit is contained in:
parent
2f4d55e119
commit
9adc92f549
1 changed files with 15 additions and 0 deletions
15
logs/ilm/docker-logs-policy.json
Normal file
15
logs/ilm/docker-logs-policy.json
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"policy": {
|
||||||
|
"phases": {
|
||||||
|
"hot": {
|
||||||
|
"actions": {}
|
||||||
|
},
|
||||||
|
"delete": {
|
||||||
|
"min_age": "7d",
|
||||||
|
"actions": {
|
||||||
|
"delete": {}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue