feat(logs/ilm): adding the memory management

This commit is contained in:
Raphael 2025-11-14 16:17:51 +01:00
parent 2f4d55e119
commit 9adc92f549
No known key found for this signature in database

View file

@ -0,0 +1,15 @@
{
"policy": {
"phases": {
"hot": {
"actions": {}
},
"delete": {
"min_age": "7d",
"actions": {
"delete": {}
}
}
}
}
}