One repeatable case structure.
Audit Mode turns available records into readable accountability cases. Each case separates measured evidence from interpretation, known facts from unknown gaps, and follow-up actions from general guidance.
What an Audit Mode case contains.
{
"case_id": "OBS-DEMO-2026-001",
"case_title": "Logging Output Path Flapping",
"time_window": { "start": "2026-06-22T15:48:00Z", "end": "2026-06-22T15:57:00Z", "precision": "approximate" },
"system_component": "agent host / system logging / file-output actions",
"status": "evidence_path_degradation",
"confidence": "medium",
"summary": "The host remained reachable, but logging output actions repeatedly suspended and resumed.",
"known_facts": ["Disk space was available.", "Inodes were available.", "Logging file-output actions repeatedly suspended and resumed.", "The host remained reachable."],
"unknowns": ["Exact root cause of the logging suspension.", "Whether specific log files failed to receive messages.", "Whether important application logs were missed during the degraded window."],
"evidence_ids": ["EVID-007", "EVID-008"],
"observa_flags": ["record_integrity_risk", "evidence_path_degradation"],
"follow_up_items": ["Confirm logging service status.", "Inspect log directory permissions and log rotation state.", "Verify whether key service logs were written during the affected window."],
"section_a_measured": true,
"section_b_guidance": false
}
Field reference.
Status.
Confidence
The evidence directly supports the case.
The symptoms are clear, but root cause or impact is not fully confirmed.
The records suggest a possible issue, but evidence is incomplete.
Each evidence item is referenced separately.
{
"evidence_id": "EVID-007",
"evidence_type": "journal_output",
"source_label": "Sanitized host journal output",
"source_path": "redacted",
"captured_at": "2026-06-22T16:00:00Z",
"sensitivity": "sanitized",
"notes": "Repeated logging output suspend/resume messages."
}
Allowed evidence types
The signals a case can raise.
Measured evidence and general guidance never mix.
Reconstructed from records. If a claim is measured from evidence, it belongs here.
Advice, interpretation, or general best practice. Not measured from records.
This separation keeps evidence-backed reconstruction distinct from general recommendations. Audit Mode must not blend the two.
Every case states six things.
- What happened.
- What is known.
- What is unknown.
- What evidence supports the case.
- What needs owner review.
- What should not be overclaimed.