CSA · Question #20
How is the Event Log different from the Event Registry?
The correct answer is A. Event Log contains generated Events, the Event Registry is a table of Event definitions. The Event Log records all generated events, while the Event Registry acts as a definition repository for all custom events within the system.
Question
How is the Event Log different from the Event Registry?
Options
- AEvent Log contains generated Events, the Event Registry is a table of Event definitions
- BEvent Log is formatted in the Log style, the Event Registry displays different fields
- CEvent Log lists Events that were triggered by integrations, the Event Registry lists the Events that
- DEvent Log is the same as the Event Registry
How the community answered
(53 responses)- A94% (50)
- C4% (2)
- D2% (1)
Why each option
The Event Log records all generated events, while the Event Registry acts as a definition repository for all custom events within the system.
The Event Log (sysevent table) stores a chronological record of all events that have been generated in the system, whereas the Event Registry (sysevent_register table) is a centralized repository that defines all custom events that can be triggered within the instance.
While they display different fields, this is a consequence of their different functions, not the primary distinction; the core difference is what data they contain.
The Event Log contains all generated events, regardless of their trigger source (integrations, business rules, etc.), and the Event Registry defines all events, not just those from integrations.
The Event Log and Event Registry are distinct components with different purposes; one records event occurrences, the other defines event types.
Concept tested: Event Log vs. Event Registry
Source: https://docs.servicenow.com/bundle/utah-platform-administration/page/administer/platform-events/concept/c_EventsAndNotifications.html
Topics
Community Discussion
No community discussion yet for this question.