II.
KnowledgeSource JSON
Structured · liveknowledge-source:incident-history
Incident History json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "knowledge-source:incident-history",
"_kind": "KnowledgeSource",
"_file": "domain/knowledge-fabric/knowledge-sources.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Incident History",
"description": "Post-incident reviews, incident timelines, root cause analyses, and\non-call logs as a knowledge source. Captures failure modes, resolution\npatterns, and system behavior under stress. Indexed via structured\nqueries over severity, affected services, and resolution time.\n",
"sourceKind": "incident-history",
"updateFrequency": "daily",
"indexingMethod": "structured-query"
},
"outgoingEdges": [
{
"from": "knowledge-source:incident-history",
"to": "knowledge-domain:operational-knowledge",
"kind": "feeds_knowledge"
}
],
"incomingEdges": [
{
"from": "retrieval-pipeline:multi-hop-reasoning",
"to": "knowledge-source:incident-history",
"kind": "retrieves_from"
}
]
}