CMDB Health completeness scorecard config
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
In ServiceNow CMDB health completeness scorecard, I want to show only ci classes for which we have configured recommended fields in ci class manager instead of showing all ci classes.
How this can be configured?
If we can use health inclusion rule, how to apply filter and like on which classes or on base ?
Or is there any alternate way
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hello @kirandhobale
Try the followings:
1) Create a CMDB Group: tablename: cmdb_group
2) Add only CI classes that have recommended fields configured
3) Use that group in CMDB Health dashboard
Note: The scorecard will show only those classes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
Its working, but whatever class is selected it should not include its child classes, how we can achieve this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
Hi @kirandhobale ,
Use a Health Inclusion Rule configured on the base table (cmdb_ci) for the Completeness metric. Apply a filter on sys_class_name to include only those CI classes where recommended fields are configured. This ensures the scorecard shows only relevant classes instead of all CI classes.And make sure use only "is" condition not "is a" condition.
If it helped you please do mark it as helpful and accept the solution
Thanks,
Vishnu
