#
Priority Field
To update the priority
field modify the SA-AwsAssets - Lookup Gen
saved search. It is recommended to clone the default search before making changes (see Clone Saved Search).
The priority field is very generic by default and should be updated to suite your environment. The following table describes how this field is set.
*Regex Match is performed on the category field.
Default priority field definition
priority=case(
match(category, "(?i)domain_controller"), "critical",
match(category, "(?i)server|ubuntu|rhel|linux"), "high",
true(), "medium"
)