Event Logs tables

Giuseppe Mastro
Tera Contributor

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

 

 

 

4 REPLIES 4

IAmAbhigyaan12
Giga Guru

Workflow logs : sys_workflow_log.LIST

Configuration Information logs: sys_audit

If my answer solved your issue, please mark my answer as Correct & hit like Helpful

Thanks
Abi

Amit Gujarathi
Giga Sage
Giga Sage

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



Bert_c1
Kilo Patron

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.

you can type "sys_workflow_log.LIST" in the filter navigator.
Share the error message or screenshot.

If my answer solved your issue, please mark my answer as Correct & hit like Helpful

Thanks
Abi