What is recorded
The audit log captures three event categories:- Authentication. Successful sign-in, sign-out, and password changes.
- Queries. Trace searches and trace reads through REST, MCP, or the web UI.
- Configuration. Schema, optimization, role, user, attribute, and key changes.
Where to read it
Audit UI
Admins can open Audit from the left navigation and filter recent entries.
GET /audit
The same events over REST, for exporting to a SIEM or long-term archive.
Retention
LightShip prunes audit rows in-process using theLIGHTSHIP_AUDIT_RETENTION_DAYS setting. The default is 90 days; set a longer window if you must retain audit history for compliance. A malformed or non-positive value stops the container at boot.