Files
nexus/wiki/concepts/Audit-Trail.md

28 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Audit-Trail"
type: concept
tags: [observability, compliance, n8n, security]
sources: [n8n-workflow-orchestration]
last_updated: 2026-04-17
---
## Aliases
- Audit Trail
- 审计轨迹
## Definition
系统自动记录每次工作流执行的完整输入、输出和状态信息,形成可追溯的执行历史。在 n8n 中,每次工作流触发都会记录执行数据,无需额外配置即可获得完整的操作审计日志。
## Why It Matters
- **合规需求**SOC2、ISO 27001 等框架要求记录所有敏感操作
- **故障排查**API 调用失败时可快速定位问题
- **Agent 行为审查**:确认 Agent 实际发送了什么数据
- **数据回放**:失败的执行可重新触发
## Connections
- [[Visual-Debugging]] — 可视化调试依赖审计数据
- [[Webhook-Proxy-Pattern]] — 自动为 Webhook 调用生成审计记录
- [[n8n]] — 提供开箱即用的工作流执行审计能力
- [[Defense-in-Depth]] — 审计轨迹是纵深防御的重要组成部分