Audit Log Retention とは何か
audit log retention は、システム全体のアクションと実行者を捉える監査記録を、削除される前にどれだけの期間保存するかを決めるルールセットです。ストレージのコストと、イベントが発生してから長い時間が経った後にそれを再構築する必要性とのバランスを取ります。多くのフレームワークは、これらのログに最低限の保持期間を義務付けています。
なぜ重要か
ログが早く消去されすぎると、侵害や係争中の deployment の調査に、作業のための証拠がなくなります。保持ポリシーは、その証跡が役に立つのに十分な長さ生き残ることを保証します。
関連ガイド
What Is a Compliance Scan?A compliance scan is an automated check that evaluates code, configuration, or infrastructure against regulat…
What Is a Change Ticket Reference?A change ticket reference links a deployment or commit to an approved change record, so every release traces…
What Is a Deployment Annotation?A deployment annotation is a marker placed on monitoring charts at the moment of a release, making it easy to…