ID | Time | User | Type | Details |
---|
The export will include all audit events matching the selected filters. For large datasets, the export may take a few moments to generate.
Exported data will include:
The Stirling PDF audit system records user actions and system events for security monitoring, compliance, and troubleshooting purposes.
Level | Name | Description | Use Case |
---|---|---|---|
0 | OFF | Minimal auditing, only critical security events | Development environments |
1 | BASIC | Authentication events, security events, and errors | Production environments with minimal storage |
2 | STANDARD | All HTTP requests and operations (default) | Normal production use |
3 | VERBOSE | Detailed information including headers, parameters, and results | Troubleshooting and detailed analysis |
Audit settings are configured in the settings.yml
file under the premium.proFeatures.audit
section:
premium:
proFeatures:
audit:
enabled: true # Enable/disable audit logging
level: 2 # Audit level (0=OFF, 1=BASIC, 2=STANDARD, 3=VERBOSE)
retentionDays: 90 # Number of days to retain audit logs