User Preferences

The User Preferences page is available from the Preferences button available on expanding the <user role> in the upper-right corner of the dashboard pages.

From the User Preferences page, you can filter out environments, applications, services, nodes, and shared resources that follow a particular pattern. Excluding assets can be useful when the dashboard shows a huge number of assets.

The User Preferences page uses JS Regex (regular expressions) for pattern matching.

For example:

  • Use ^abc.* to search assets that start with abc
  • Use .*abc$ to search assets ending with abc
  • Use app1|app2 to exclude app1 and app2

For details, see http://www.w3schools.com/jsref/jsref_obj_regexp.asp