I am running the EOC 1.3 to connect to a pair of NPM/SAM Orion instances. I am primarily using it so an eyes-on-glass team can track open advanced alerts. When i use the default "Global XX Active Alert' view, it shows all of the active alerts just fine. However, since different servers have different owners, I created a Node Custom Property on each Orion instance called "Platform_Team" and populated it with the relevant data.
When I attempted to separate out the Active Alerts view to just those for the Windows Team and those for the UNIX Team, for example, most of the alerts disappeared. The missing alerts mostly appear to be volume or SAM application alerts. My filter is just Node.CustomProperty.Platform_Team = 'TEAM NAME HERE' and it works for a few alerts such as Node Down.
Is this because the network object for a volume alert has its own set of Custom Properties? If so, how would I be able to override that and pull the node.CustomProperty for a volume alert? This goes double for application alerts which do not have any custom properties that I am aware of.