multiple new entries in audit table for deleting a record from the table cmdb_rel_ci table

madhanrajesh
Tera Contributor

Hi Now people,

 

we disabled(made false) all audit logs for the below entries

 

glide.identity.security.audit.enabled

glide.sys.audit

glide.sys.audit.relations

glide.sys.audit_delete

 

and made inactive all business rules for the table CI Relationship [cmdb_rel_ci]

 

CMDB Dependent CI Delete

Audit Relationship Changes

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

 

 

 

1 ACCEPTED SOLUTION

Kieran Anson
Kilo Patron

You likely still have auditing enabled on the table

KieranAnson_0-1741632423958.png

You can disable auditing. Or, if you just want to disable delete audits, add no_audit_delete=true as a dictionary attribute 

View solution in original post

2 REPLIES 2

Kieran Anson
Kilo Patron

You likely still have auditing enabled on the table

KieranAnson_0-1741632423958.png

You can disable auditing. Or, if you just want to disable delete audits, add no_audit_delete=true as a dictionary attribute 

madhanrajesh
Tera Contributor

Partially it helps to avoid entries in the audit table. thanks @Kieran Anson