II.
Workflow JSON
Structured · liveworkflow:log-retention-policy
Log Retention Policy json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:log-retention-policy",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-observability-deep.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Log Retention Policy",
"workflowKind": "governance",
"triggerType": "scheduled",
"typicalCadence": "quarterly",
"complexity": "cross-team",
"description": "Reviews and enforces log retention configurations — auditing log volume\ngrowth, validating retention periods against compliance requirements,\noptimizing storage tiers, implementing log sampling strategies, and\nensuring audit logs meet minimum retention mandates. Excludes log pipeline\narchitecture.\n"
},
"outgoingEdges": [
{
"from": "workflow:log-retention-policy",
"to": "role:platform-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:log-retention-policy",
"to": "role:security-reviewer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:log-retention-policy",
"to": "role:cloud-architect",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:log-retention-policy",
"to": "skill-area:observability-pipeline",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:log-retention-policy",
"to": "domain:observability",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:log-retention-policy",
"to": "domain:security",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:log-retention-policy",
"to": "responsibility:cost-optimization",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:log-retention-policy",
"to": "responsibility:security-review",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:log-retention-policy",
"to": "org-unit:platform-team",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:log-retention-policy",
"to": "org-unit:security-team",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "stack-profile:log-analytics-elk",
"to": "workflow:log-retention-policy",
"kind": "follows_workflow"
}
]
}