Table of Contents

Systems.Monitoring.AuditLogSummary View

Namespace: Systems.Monitoring

Information about the count and the size of audit log entries, grouped by application name, event class, entity name and event time. Entity: Dmv_Audit_Log_Entries (Introduced in version 24.1.3.48)

Renames

Old name: Systems.Dmv.AuditLogEntries
New name: Systems.Monitoring.AuditLogSummary
Version: 24.1.5.35
Case: 35911

Default Visualization

Default Display Text Format:
{ApplicationName}: {EventClass}
Default Search Members:
__
Category: DynamicViews
Show in UI: ShownByDefault

Aggregate

An aggregate is a cluster of domain objects that can be treated as a single unit.

Aggregate Tree

Attributes

Name Type Description
ApplicationName string (64) The client application that triggered the events. Null when unknown or N/A. Required Filter(eq;like) ORD
EntityName string (64) The entity, which is being referenced by the events. Null when unknown or N/A. Required Filter(eq;like) ORD
EntriesCount int32 Total number of audit log entries. Required Filter(eq;ge;le) ORD
EventClass EventClass The event primary classification, which shows the source of the event. E=Entity methods; A=Auth events; S=Server events. Required Filter(multi eq;like) ORD Inherited from Sys_Audit_Log_<br />Entries_Table.Event_Class
TotalSizeMB decimal (12, 3) Total size of the audit log entries in megabytes. Required Filter(eq;ge;le) ORD
Year string (30) Year when the events occurred. Required Filter(eq;like) ORD

Attribute Details

ApplicationName

The client application that triggered the events. Null when unknown or N/A. Required Filter(eq;like) ORD

Type: string (64)
Category: System
Supported Filters: Equals, Like
Supports Order By: True
Maximum Length: 64
Show in UI: ShownByDefault

EntityName

The entity, which is being referenced by the events. Null when unknown or N/A. Required Filter(eq;like) ORD

Type: string (64)
Category: System
Supported Filters: Equals, Like
Supports Order By: True
Maximum Length: 64
Show in UI: ShownByDefault

EntriesCount

Total number of audit log entries. Required Filter(eq;ge;le) ORD

Type: int32
Category: System
Supported Filters: Equals, GreaterThanOrLessThan
Supports Order By: True
Show in UI: ShownByDefault

EventClass

The event primary classification, which shows the source of the event. E=Entity methods; A=Auth events; S=Server events. Required Filter(multi eq;like) ORD Inherited from Sys_Audit_Log_Entries_Table.Event_Class

Type: EventClass
Category: System
Allowed values for the EventClass(Systems.Monitoring.AuditLogEntries.md#eventclass) data attribute
Allowed Values (Systems.Monitoring.AuditLogEntriesRepository.EventClass Enum Members)

Value Description
Entity Entity value. Stored as 'E'.
Database Value: 'E'
Model Value: 0
Domain API Value: 'Entity'
Authentication Authentication value. Stored as 'A'.
Database Value: 'A'
Model Value: 1
Domain API Value: 'Authentication'
Server Server value. Stored as 'S'.
Database Value: 'S'
Model Value: 2
Domain API Value: 'Server'

Inherited From: Sys_Audit_Log_Entries_Table.Event_Class
Supported Filters: Equals, Like, EqualsIn
Supports Order By: True
Show in UI: ShownByDefault

TotalSizeMB

Total size of the audit log entries in megabytes. Required Filter(eq;ge;le) ORD

Type: decimal (12, 3)
Category: System
Supported Filters: Equals, GreaterThanOrLessThan
Supports Order By: True
Show in UI: ShownByDefault

Year

Year when the events occurred. Required Filter(eq;like) ORD

Type: string (30)
Category: System
Supported Filters: Equals, Like
Supports Order By: True
Maximum Length: 30
Show in UI: ShownByDefault

API

Domain API Query: https://demodb.my.erp.net/api/domain/odata/Systems_Monitoring_AuditLogSummary?$top=10

Domain API Query Builder: https://demodb.my.erp.net/api/domain/querybuilder#Systems_Monitoring_AuditLogSummary?$top=10