Observability
SIEM export
Stream security and audit signals to external SIEM systems.
Goal
Export events to a SIEM over HTTP JSON (sample plugin) or your own logging plugin.
Steps
- Deploy a SIEM plugin assembly (sample:
ShieldGate.Plugins.Siem.HttpJson). - Open Advanced → SIEM channels.
- Configure endpoint, headers, and filters.
- Generate a security event (Detect-mode block lab) and confirm delivery.
Verify
- SIEM receives JSON payloads with tenant and event metadata.
- Failures are visible in logs without dropping edge traffic.