- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2025 03:11 AM
Hi Now people,
we disabled(made false) all audit logs for the below entries
glide.identity.security.audit.enabled
and made inactive all business rules for the table CI Relationship [cmdb_rel_ci]
CSDM Data Sync on removed relationship
Rebuild Impact Tree on link change
Prevent Recursion in CI Relationships
but still getting multiple new entries in audit table for deleting multiple record from the table cmdb_rel_ci,
while deleting unwanted data from the cmdb_rel_ci table.
Even though we've disabled audit logs and deactivated business rules, audit entries might still be generated due to system-level auditing mechanisms in ServiceNow, can anyone help us to find and stop it.
Thanks in advance,
Madhan
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2025 11:47 AM
You likely still have auditing enabled on the table
You can disable auditing. Or, if you just want to disable delete audits, add no_audit_delete=true as a dictionary attribute

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2025 11:47 AM
You likely still have auditing enabled on the table
You can disable auditing. Or, if you just want to disable delete audits, add no_audit_delete=true as a dictionary attribute
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2025 12:25 AM
Partially it helps to avoid entries in the audit table. thanks @Kieran Anson