Event Logs tables
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2023 04:08 AM
Hi All
In "Platform Security" document (see https://downloads.docs.servicenow.com/pdf/enus/servicenow-sandiego-platform-security-enus.pdf) on page 1075-1076 are mentioned Workflow logging and Configuration Information logging. Wich table store this logs? Are all stored in syslog table or at different tables?
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2023 05:14 AM
Workflow logs : sys_workflow_log.LIST
Configuration Information logs: sys_audit
Thanks
Abi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2023 06:13 AM
HI @Giuseppe Mastro ,
I trust you are doing great.
The Workflow logging and Configuration Information logging data is stored in different tables in ServiceNow.
Workflow logs are stored in the "sys_wf_log" table, which contains records for each activity that occurs in a workflow. Each record includes the start time, end time, result, and other details of the activity. You can access workflow logs from the Workflow context menu by selecting the "View Log" option.
Configuration Information logs are stored in the "sys_audit" table, which tracks changes to data in ServiceNow. This table contains a record for each change, including the user who made the change, the time of the change, and the old and new values. You can access audit logs from the system logs section of the ServiceNow application navigator.
Was this answer helpful?
Please consider marking it correct or helpful.
Your feedback helps us improve!
Thank you!
Regards,
Amit Gujrathi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2023 11:09 AM
Hi,
I don't have either of the 'sys_workflow_log' or 'sys_wf_log' table in my instance. But when I use "System Logs" in the navigation menu, I get a list of modules to access various feature logs. One is the 'wf_history' table. In general, the Node log is comprehensive, but is challenging to search. And the sys_audit table is used for the Audit feature, not all tables are audited.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2023 05:13 AM
you can type "sys_workflow_log.LIST" in the filter navigator.
Share the error message or screenshot.
Thanks
Abi