diff --git a/content/posts/commits/2026-02-21-commit-cd5405c.md b/content/posts/commits/2026-02-21-commit-cd5405c.md new file mode 100644 index 0000000..8d272a4 --- /dev/null +++ b/content/posts/commits/2026-02-21-commit-cd5405c.md @@ -0,0 +1,40 @@ +--- +title: "[bojemoi] suricata: add eve-cleaner sidecar on manager for 24h log retention" +date: 2026-02-21T17:54:17+01:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit cd5405c par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `cd5405c` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `cd5405cabdfd0ef46abed984ace27aa9c752d755` | + + +### Description + +Move log cleanup to 01-suricata-host.yml (standalone compose on manager) +instead of dozor stack (workers). eve-cleaner deletes rotated eve.*.json +older than 24h and truncates fast.log/stats.log > 200MB, runs hourly. + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M stack/01-suricata-host.yml +``` + +### Diff Summary + +``` + stack/01-suricata-host.yml | 31 +++++++++++++++++++++++++++++++ + 1 file changed, 31 insertions(+) +```