- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2022 08:08 AM
I am working on creating a Dashboard for ServiceNow Discovery on CMDB Objects
Need to figure out which table to used and how to filter best to use bar chart or list table for the type of report:
1) How many objects are being discovered in Discovery?
2) How many objects are left to be discovered/created by Discovery?
3) How many are still being manually entered/updated by/created by?
4) How to know if it is authenticated and how is it authenticated?
Looking into which tables to pull off of I am currently using the table OOB:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2022 08:23 AM
I highlighted above, Class field cmdb_ci table is going to help filter required classes. Just add Class as one filter condition and call required class name.
Suresh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2022 08:23 AM
I highlighted above, Class field cmdb_ci table is going to help filter required classes. Just add Class as one filter condition and call required class name.
Suresh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2022 09:13 AM
I am trying to filter on Discovery source but for some reason it is not an option in the condition drop down, thoughts?