alpacon audit

View audit logs to track user actions and system events

alpacon audit [flags]

Aliases

alpacon audit
alpacon audit-log

Options

  -t, --tail int      Number of audit log entries to show from the end (default 25)
  -u, --user string   Filter by username
  -a, --app string    Filter by application
  -m, --model string  Filter by model
  -h, --help          help for audit

Description

The audit command displays audit log entries that track security-relevant events across your infrastructure. Audit logs include:

  • User authentication events (login, logout, MFA)
  • Resource access events (servers, certificates, groups)
  • Configuration changes
  • Permission modifications
  • API access

Examples

View recent audit logs:

alpacon audit
alpacon audit-log

Filter audit logs:

alpacon audit --tail 10 --user admin
alpacon audit --tail=50 --app=cert --model=authority
Last updated: