From d7468143298af977b41bab37dae9d1e94b787ca7 Mon Sep 17 00:00:00 2001 From: Betty Date: Mon, 23 Feb 2026 17:58:40 +0100 Subject: [PATCH] post: commit 41bed88 in bojemoi --- .../commits/2026-02-23-commit-41bed88.md | 58 +++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 content/posts/commits/2026-02-23-commit-41bed88.md diff --git a/content/posts/commits/2026-02-23-commit-41bed88.md b/content/posts/commits/2026-02-23-commit-41bed88.md new file mode 100644 index 0000000..516bfd6 --- /dev/null +++ b/content/posts/commits/2026-02-23-commit-41bed88.md @@ -0,0 +1,58 @@ +--- +title: "[bojemoi] stack: add json-file logging (10m/3) to all services" +date: 2026-02-23T17:58:40+01:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 41bed88 par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `41bed88` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `41bed886c9d424b11c57c1e6566b2611c1fcd20d` | + + +### Description + +- Add json-file driver with max-size 10m / max-file 3 to all stack services + (01-hl, 40-borodino, 45-ml-threat, 46-razvedka, 47-vigie, 65-medved) +- Reduce ak47/bm12 replicas from 15 to 5 (matches max_replicas_per_node constraint) +- suricata: fix filetype rotating -> regular (already stable via eve-cleaner) +- borodino: remove list_vpn/ovpn from .dockerignore, add db_rebuild_cache in start_uzi.sh + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M borodino/.dockerignore +M borodino/start_uzi.sh +M stack/01-service-hl.yml +M stack/40-service-borodino.yml +M stack/45-service-ml-threat-intel.yml +M stack/46-service-razvedka.yml +M stack/47-service-vigie.yml +M stack/65-service-medved.yml +M volumes/suricata/suricata.yaml +``` + +### Diff Summary + +``` + borodino/.dockerignore | 2 - + borodino/start_uzi.sh | 5 ++ + stack/01-service-hl.yml | 106 ++++++++++++++++++++++++++++++++--- + stack/40-service-borodino.yml | 80 +++++++++++++++++++++++++- + stack/45-service-ml-threat-intel.yml | 5 ++ + stack/46-service-razvedka.yml | 5 ++ + stack/47-service-vigie.yml | 5 ++ + stack/65-service-medved.yml | 5 ++ + volumes/suricata/suricata.yaml | 3 +- + 9 files changed, 202 insertions(+), 14 deletions(-) +```