Pillar four

Every action signed. Every history verifiable.

The audit log is a hash-chained record of every administrative and access decision the platform makes. A single altered entry breaks the chain visibly. Investigators verify what happened without trusting the platform that produced the log.

An audit log that you have to trust is not really evidence.

In depth

What the audit layer actually does.

Records are signed at write time and chained to the record before them. The verifier runs anywhere and confirms integrity against the public signing key. The whole structure is built to survive an examiner's review.

Tamper-evident chain

Each entry includes the SHA-256 of the entry that came before it. The chain is verifiable in one pass over the log.

Per-event signature

Any single row can be verified in isolation against the signing key without reference to the rest of the log.

Cursor-paginated verification

Verifiers process the log in bounded pages, so a tenant with millions of entries can be inspected without exhausting memory.

Real-time metrics

Prometheus-format metrics for request rate, request duration, and error rate, scraped by Prometheus and surfaced in Grafana.

SIEM forwarding

Stream events to Splunk, Sumo Logic, Elastic Security, or Datadog with delivery confirmation in the platform.

Configurable retention

Per-tenant retention windows aligned with your industry's requirements. Pruning preserves chain integrity going forward.

CSV and JSON Lines export

Bounded-size exports for review teams that prefer their own analytical tools.

Webhook delivery

Per-event webhook with HMAC-signed payloads for systems that ingest by push rather than pull.

Bring your compliance and forensic teams. We will walk through the verification flow.