From 7f44081dda8cc17424db9b0a5c2f2c1b98a185d8 Mon Sep 17 00:00:00 2001 From: grafana-watcher Date: Sun, 12 Jul 2026 21:21:10 +0200 Subject: [PATCH] post: commit 10dff8f in bojemoi --- .../commits/2026-07-12-commit-10dff8f.md | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 content/posts/commits/2026-07-12-commit-10dff8f.md diff --git a/content/posts/commits/2026-07-12-commit-10dff8f.md b/content/posts/commits/2026-07-12-commit-10dff8f.md new file mode 100644 index 0000000..bfda5e1 --- /dev/null +++ b/content/posts/commits/2026-07-12-commit-10dff8f.md @@ -0,0 +1,44 @@ +--- +title: "[bojemoi] fix(suricata): désactiver suricata-attack-enricher (enriched=0, mapping cassé)" +date: 2026-07-12T21:21:10+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 10dff8f par grafana-watcher dans bojemoi" +author: "grafana-watcher" +--- + +## Commit `10dff8f` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | grafana-watcher | +| **Hash** | `10dff8f6c8ec3242ebb2ff2970a2812b7098d900` | + + +### Description + +- Supprime le service du stack (mode global, catégories CamelCase non matchées) +- Ajoute limite mémoire 512m dans le stack (conservée en commentaire) +- Laisse un commentaire explicatif pour réactivation future + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M .claude/agent-memory/infra-daily-monitor/MEMORY.md +M .claude/agent-memory/pipeline/MEMORY.md +M stack/01-service-hl.yml +``` + +### Diff Summary + +``` + .claude/agent-memory/infra-daily-monitor/MEMORY.md | 40 ++++++++++++++++------ + .claude/agent-memory/pipeline/MEMORY.md | 35 +++++++++---------- + stack/01-service-hl.yml | 36 ++----------------- + 3 files changed, 49 insertions(+), 62 deletions(-) +```