Is it possible to create a report based on table ”sysevent” or table "syslog_transaction"?

Community Alums
Not applicable

Is it possible to create a report based on table ”sysevent” or table "syslog_transaction"?

And what roles are required to create a report based on that table?

 
1 ACCEPTED SOLUTION

Hitoshi Ozawa
Giga Sage
Giga Sage

Hi Nick,

Yes, it is possible but not strongly recommended.

Following ServiceNow document page has information on why it's not recommended and also information on setting system properties to allow reporting on system tables.

https://docs.servicenow.com/en-US/bundle/sandiego-now-intelligence/page/use/reporting/concept/c_Repo...

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0719416

The recommended approach is to create another table and to copy the necessary data for a report to it and then use that table.

View solution in original post

1 REPLY 1

Hitoshi Ozawa
Giga Sage
Giga Sage

Hi Nick,

Yes, it is possible but not strongly recommended.

Following ServiceNow document page has information on why it's not recommended and also information on setting system properties to allow reporting on system tables.

https://docs.servicenow.com/en-US/bundle/sandiego-now-intelligence/page/use/reporting/concept/c_Repo...

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0719416

The recommended approach is to create another table and to copy the necessary data for a report to it and then use that table.