mirror of
https://github.com/marcredhat/SIEM-toolkit-patched
synced 2026-06-10 21:31:19 +00:00
Sync upstream features; preserve fork KV scanner, parsers, verifier
Brought in 35 upstream commits (MITRE heatmap, health score, dependency map,
PowerQuery playground, onboarding tracker, product grouping, modern UI redesign).
Preserved fork additions:
backend/routers/quality.py KV scanner, pattern refs, JS keys, JSON mode,
/parsers + /sync-from-sdl endpoints
parsers/ 96 OCSF + tenant parsers
tools/stormshield-verify/ end-to-end ingest regression test
.gitignore un-ignored parsers/*
CHANGES.md, PATCHES.md
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
cd /tmp/stormshield-verify
|
||||
echo "============ STEP 1: send burst ============"
|
||||
python3 send_burst.py
|
||||
echo
|
||||
echo "============ STEP 2: wait 40s for ingest ============"
|
||||
sleep 40
|
||||
echo
|
||||
echo "============ STEP 3: query SDL ============"
|
||||
python3 verify_query.py
|
||||
Reference in New Issue
Block a user