Deletion Strategy - Need info
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2023 01:15 PM
In a deletion strategy table Would I be able to identify which patterns are probe discovery and which ones are IP discovery?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2023 12:41 PM
Hi,
You should identify the specific table and field you are asking about. Once done, you may get a better answer. A simple list view of the table that has the field shown will allow you to group by values.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2023 06:26 AM
Hello Bert,
In the table sa_ci_to_pattern , how do i differentiate and identify which patterns are probe discovery and which ones are IP discovery?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2023 07:11 AM
Hi Rashika,
I'm not familiar with the Discovery feature, but with Tables & Columns. I see there is a field on the sc_ic_to_pattern table named 'pattern', that is a Reference to the 'sa_pattern' table. And on that table, there is a field named 'cpatern_type'. So you may need a Database View for the two tables, and include 'cpatern_type' from 'sa_pattern' table. In my PDI, I don't have any demo data where 'cpatern_type' has anything like "Probe Discovery" and "IP Discovery". I see that 'cpattern_type' has choices, maybe you have entries there for Probe Discovery" and "IP Discovery". If so, then a Database View would work.
Maybe others here have a better solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2023 07:33 AM
Hi Rashika,
I created a report for the 'sc_ic_to_pattern' table and added the 'cpatern_type' field from the 'sa_pattern' table. A Database view is not needed. See attached screenshots:
Good luck,