InsightVM Dynamic Asset Groups Filtered by RegEx

Hey,

as the filtering rules in IVM are restricted to use AND or OR exclusively but in general IVM supports regex: Is it possible to use regex for searching with like operator in the following way: ^(PARTIALHOSTNAME1|PARTIALHOSTNAME2)$ that allows me to filter for assets containing either one of those both substrings? I know that you can filter for both via separate filter using ANY/OR. But if you do so you can’t set an ALL/AND filter (e.g. for the operating system).