Skip to main content
cmaheu
Staff
Staff
December 20, 2018

Technical Note: Configure filters to match multiple possible criteria values

  • December 20, 2018
  • 0 replies
  • 993 views
Description
Configure filter to match more than one possible value for a certain piece of criteria.

Example: Configure User/Host Profile or Device Profiling Rule to match host names starting with "SEP" or "DESKTOP-" or contains "AAA"



Solution
Option 1:  Use regular expression syntax to perform complex matching.

Example:  
Host Name: (^SEP|^DESKTOP-|AAA).*?


Option 2: Create a separate filter for each attribute combination.

Example:
User/Host Profile or Device Profiling rule 1:  Host Name: SEP*
User/Host Profile or Device Profiling rule 2:  Host Name: DESKTOP*
User/Host Profile or Device Profiling rule 3:  Host Name: *AAA*