From 54d620a354251128a05e589679c1dd910e258296 Mon Sep 17 00:00:00 2001 From: grafana-watcher Date: Sun, 5 Jul 2026 16:18:59 +0200 Subject: [PATCH] post: commit 155c753 in bojemoi --- .../commits/2026-07-05-commit-155c753.md | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 content/posts/commits/2026-07-05-commit-155c753.md diff --git a/content/posts/commits/2026-07-05-commit-155c753.md b/content/posts/commits/2026-07-05-commit-155c753.md new file mode 100644 index 0000000..7a4ab92 --- /dev/null +++ b/content/posts/commits/2026-07-05-commit-155c753.md @@ -0,0 +1,44 @@ +--- +title: "[bojemoi] feat(grafana): add ML Threat Intelligence dashboard + datasource" +date: 2026-07-05T16:18:59+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 155c753 par grafana-watcher dans bojemoi" +author: "grafana-watcher" +--- + +## Commit `155c753` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | grafana-watcher | +| **Hash** | `155c753df3787956f080715963bc32bd401ca60f` | + + +### Description + +- New dashboard (uid: ml-threat-intel) in Security folder with 12 panels: + stats (analyses, malicious, critical alerts, avg score, investigations, + pending alerts), timeseries, piechart, high-risk IoC table, + investigations table, daily stats +- Add PostgreSQL-ThreatIntel datasource (bojemoi_threat_intel DB) + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +A volumes/grafana/dashboards/security/ml-threat-intel.json +M volumes/grafana/provisioning/datasources/datasources.yml +``` + +### Diff Summary + +``` + .../dashboards/security/ml-threat-intel.json | 240 +++++++++++++++++++++ + .../provisioning/datasources/datasources.yml | 20 ++ + 2 files changed, 260 insertions(+) +```