Skip to main content

Audit Logs

NocodilySuite records every operation performed in the console as an audit log.
By making it possible to track who did what and when, audit logs support security investigations and compliance requirements.


Information Recorded in Audit Logs

FieldDescription
ActorThe account of the user who performed the operation
TimestampThe date and time the operation occurred
ActionThe type of action performed (create, update, delete, deploy, etc.)
Target resourceThe API, WebUI, or configuration item that was affected

Common Use Cases

  • Security investigation: Identify who performed a suspicious operation or unauthorized access, and when.
  • Compliance: Retain an audit trail of operation history to meet internal policies and regulatory requirements.
  • Incident response: Review production configuration changes and deployment history to quickly trace the root cause of an issue.
  • Team management: Review team members' operation history to track changes and understand task ownership.

Notes

  • Audit logs are retained for a period and storage capacity based on your plan.
  • Logs cannot be tampered with. Records are provided as read-only.