How "CIs not processed via IRE" metric works on CMDB data foundation dashboard
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2024 11:52 PM
Hi,
I can see the records under the metric 'CIs not processed via IRE'. I want know how these records populated/calculated.
I found script include - CMDBGetWellCalculateCIsNotProcessViaIRE
Attached the script for reference.
Labels:
- Labels:
-
Data Foundations
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2024 04:07 PM
@Servicenow38 Any CIs inserted through IRE are tracked in the sys_object_source
table. If a CI record was inserted by a method other than IRE, there won't be a corresponding mapping record for it. The count of these unmapped records indicates those processed outside of IRE.