pm4py.connectors.extract_log_windows_events#
- pm4py.connectors.extract_log_windows_events() DataFrame [source]#
Extracts a process mining DataFrame from all events recorded in the Windows registry.
Columns: - CASE ID (case:concept:name): Name of the computer emitting the events. - ACTIVITY (concept:name): Concatenation of the source name of the event and the event identifier.
(See [Win32_NTLogEvent](https://learn.microsoft.com/en-us/previous-versions/windows/desktop/eventlogprov/win32-ntlogevent))
TIMESTAMP (time:timestamp): Timestamp of event generation.
RESOURCE (org:resource): Username involved in the event.
- Return type:
pd.DataFrame