Platform Analytics Dashboard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hello All,
I would like to have the ability to filter out the data by type of system (Windows Server, Computer, etc.). When you explore a CI, it is in a field called "class". What I like to to do is provide a filter that has all the possible values for the field 'class' so the data can be filtered based on the 'class' value. The table most of the data comes from is a table in the Vulnerability Response module called 'Vulnerable Item' table. The variable 'configuration item' looks promising but among the many fields it has, I am not sure which field needs to be selected in order to achieve what I am trying to do. Any help is greatly appreciated.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday - last edited yesterday
Hi @Tarbash2
I'm not clear exactly what the data set is you're working with. You say 'most' of it comes from the Vulnerable Item table ... where does the rest come from?
Regardless, I don't think filtering on the Class field in the Vulnerable Item table will give you what you're looking for.
That's because the Vulnerable Item table (sn_vul_vulnerable_item) stores records that represent the relationship between a specific CI and a specific vulnerability entry (from the NVD feed or other source).
Essentially, each vulnerable item is a unique instance of "this vulnerability affects this asset" and I don't think that's what you're looking for.
Could you explain more about what you're trying to achieve?
You may possibly be better to filter the CI table (cmdb_ci) or one of its child tables (e.g., cmdb_ci_computer, cmdb_ci_server, etc.).