mirror of
https://github.com/marcredhat/SIEM-toolkit-patched
synced 2026-06-08 20:37:12 +00:00
8dbd38f3bb
- backend/routers/quality.py
* Add GET /api/quality/parsers (lists actual files in /app/parsers)
* Support SDL JSON auto-extract parsers ($=json{parse=json}$)
* Apply parser rewrite blocks with correct $0/$N backref translation
* Accept single JSON / JSON array / NDJSON in test-parser body
* Flatten JSON inside 'message' for Field Population coverage
- backend/routers/ingest.py
* Rewrite simulate-filter PowerQuery to valid SDL syntax
* Correct field name: src.name -> dataSource.name
- frontend/index.html
* Parser dropdown loads from /api/quality/parsers
* Add 'Last 7d' lookback option
* Render JSON-mode test results with badges + payload counter