What gets logged
Audit events are append‑only; nothing in Blindsight ever rewrites or
removes a row from the trail.
The Records page
The default view is a filterable, paginated table of events.
Click any row to open the record detail with the full event
payload, a before / after diff, and metadata about who and where.
Stats page
The stats view gives you trend analysis at a glance.- Counts per actor, per action type, per day.
- A heat map of activity by hour and weekday.
- Top actions on the busiest day.
- “Parameter drift” charts (see below).
Parameter analytics
A specialised view for compliance: see how scan parameters drift over time. Pick an engine, pick a parameter (for exampleconfidence_floor
or sensitivity), and the chart shows the value distribution across
every run. Auditors care because consistent practice = defensible
practice.
You can also register custom parameter schemas so the trail
captures your own domain‑specific knobs (model_version,
clinical_protocol, reviewer_id).
Exporting and pushing
- CSV export of any filtered view, useful for evidence packs.
- Ingest / import of external audit events from a SIEM or another tool, merged into the unified timeline.
- Audit webhook that pushes events to your SIEM in real time (see Integrations for setup).
Common workflows
Investigate a deletion
Investigate a deletion
- Filter by Action type = delete and the date you know it happened.
- Click the row to see who triggered it and the parameter snapshot of the deleted object.
- Cross‑reference with the parent object’s audit trail (scans and healings against that dataset) to assess the impact.
Prove that scans ran on a cadence
Prove that scans ran on a cadence
- Filter by Action type = scan_started and the period you’re proving.
- Group by Dataset in the stats view to confirm coverage.
- CSV‑export and attach to the compliance report.
Detect credential abuse
Detect credential abuse
- Filter by Object type = integration and Action type = update.
- Cross‑check actor and date with your team’s calendar.
- Any unexpected actor here is worth escalating.

