{{define "content"}} {{$f := .Data.Filter}}

Audit Log

Every administrative change, whether made in this interface, through the REST API, or on the command line. Passwords and token secrets are never recorded.

{{if .Data.Entries}}
{{range .Data.Entries}} {{end}}
TimeActorSourceAction ObjectDetailsClient
{{timeAgo .Timestamp}} {{.Actor}} {{upper .Source}} {{.Action}} {{if .ObjectName}} {{truncate 40 .ObjectName}} {{end}} {{if .ObjectType}}
{{.ObjectType}}{{if .ObjectID}} #{{.ObjectID}}{{end}}
{{end}}
{{.Details}} {{.ClientIP}}
{{template "pagination" dict "P" .Data.Pagination "Q" .Query}} {{else}} {{template "empty" dict "Icon" "bi-clipboard-check" "Title" "No audit entries match" "Message" "Administrative changes are recorded here as they happen. Clear the filters if you expected to see something."}} {{end}}
{{end}}