Class AuditLogIndex

java.lang.Object
io.jenkins.plugins.auditlogger.AuditLogIndex

public class AuditLogIndex extends Object
Multi-index for fast audit log queries. Bounded to prevent unbounded memory growth. Indices by: time (hourly buckets), user, action, severity.