{{ template "hamburger" }}
{{ template "page_progress" }}
{{ template "error_alert" .Data.FlashError }}
{{ template "page_title" "OpenRun Audit Logs" }}
HTTP, system and custom events recorded for every app
| Trace | Time | Type | Operation | Target | App | User | Status |
|---|---|---|---|---|---|---|---|
| {{/* Events recorded outside a request (schedulers, internal jobs) have no request id to trace. In trace mode the rows already show this request: a chevron would reload the same page */}} {{ if and $e.rid (ne $e.rid $.Data.Filters.rid) }} {{ template "drilldown_icon" }} {{ end }} | {{ template "time_ago" $e.create_time }} | {{ if eq $e.event_type "http" }} http {{ else if eq $e.event_type "system" }} system {{ else }} {{ $e.event_type }} {{ end }} | {{ $e.operation }} | {{ $e.target }} | {{ if and $e.app_path (ne $e.app_env "preview") }} {{ $e.app_path }} {{ else if $e.app_path }} {{ $e.app_path }} {{ else if $e.app_name }} {{ $e.app_name }} {{ else }} - {{ end }} | {{ if eq $e.status_style "ok" }} {{ $e.status }} {{ else if eq $e.status_style "error" }} {{ $e.status }} {{ else }} - {{ end }} | |
|
No audit events match the filters |
|||||||