feat(logs/ilm): adding the logs management

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

View file

@ -0,0 +1,6 @@
{
"index_patterns": ["docker-*"],
"settings": {
"index.lifecycle.name": "docker-logs-policy"
}
}