Build dashboard off of custom field?

We use a custom feild in SCOM alerts that firefor routing with our ticketing system to send auto generated tickets to the correct teams (example: Database alerts automatically generate tickets that are routed to the DBAs).

Is there a way to build a dashboard off of these custom fields so that we can create a dashboard for each of these teams to have a default view of their items?

2 Likes

Yes, it’s possible to create dashboards that use the Alert plugin to filter a section or a full dashboard based on the custom field. Steps are:

  1. Add a new Alert plugin section
  2. Under scope select 'Advanced'
  3. In the Criteria section enter your search string using your qualifier of choice

See this article for more info on scoping using Criteria on a plugin > http://support.squaredup.com/support/solutions/articles/213708-how-to-use-criteria-when-scoping-objects

Examples (assuming that CustomField2 is where you store your target group for routing):

CustomField2 = ‘Windows’

CustomField2 Like ‘Network%’

(CustomField2 Like ‘Database’ OR CustomField2 LIKE ‘DBA’)

1 Like

What are you populating you custom fields with? What user views are you hoping to create in your dashboards?

Would you like a dashboard to be created when a notification is created, or would you like custom views created from the data populated in your custom fields?

[Moderation: moved answer by Carl 22 Jun, 2016 to comment]
The custom field is text. Windows, Network, Database, etc…
The idea is to create a dashboard for Windows, Network, Database, etc… then have any alert in SCOM with the custom field of Windows, populate the Windows dashboard. Custom field of Network would populate the Network dashboard.