6.3

Table Of Contents
What to do next
In Smarts Service Assurance Manager, congure your Notication Log Console to lter the alerts from
vRealize Operations Manager. To congure the ltering for Service Assurance Manager, see the EMC Smarts
Service Assurance Manager documentation.
Filtering Log File Outbound Messages With the TextFilter.xml File
The log le outbound plug-in in vRealize Operations Manager captures alert data. To lter the log le data,
you can update the TextFilter.xml le to capture only the alerts meeting the lter criteria.
As a vRealize Operations Manager administrator, you want to lter the outbound alert log les based on the
alert type and the subtype.
The lters are congured in the TextFile.xml le. The le is in one of the following locations, depending on
your operating system:
n
vApp or Linux. /usr/lib/vmware-vcops/user/plugins/outbound/vcops-textfile-plugin/conf
n
Windows. C:\vmware\vcenter-operations\vmware-vcops\user\plugins\outbound\vcops-textfile-
plugin\conf
In the le, use the following format for the lter rule.
<FilterRule name="AlertType">
<AlertTypes>
<AlertType key="AlertType1:AlertSubType1 " />
<AlertType key="AlertType2:AlertSubType2 " />
</AlertTypes>
</FilterRule>
For example, the rule to lter based on the Application type and Availability subtype uses this format.
<FilterRule name="AlertType">
<AlertTypes>
<AlertType key="ALERT_TYPE_APPLICATION_PROBLEM:ALERT_SUBTYPE_AVAILABILITY_PROBLEM " />
</AlertTypes>
</FilterRule>
Configuring Notifications
Notications are alert notications that meet the lter criteria in the notication rules before they are sent
outside vRealize Operations Manager. You congure notication rules for the supported outbound alerts so
that you can lter the alerts that are sent to the selected external system.
You use the notications list to manage your rules. You then use the notication rules to limit the alerts that
are sent to the external system. To use notications, the supported outbound alert plug-ins must be added
and running.
With notication rules, you can limit the data that is sent to the following external systems.
n
Standard Email. You can create multiple notication rules for various email recipients based on one or
more of the lter selections. If you add recipients but do not add lter selections, all the generated alerts
are sent to the recipients.
n
REST. You can create a rule to limit alerts that are sent to the target REST system so that you do not
need to implement ltering on that target system.
n
SNMP Trap. You can congure vRealize Operations Manager to log alerts on an existing SNMP Trap
server in your environment.
n
Log File. You can congure vRealize Operations Manager to log alerts to a le on each of your
vRealize Operations Manager nodes.
vRealize Operations Manager Customization and Administration Guide
70 VMware, Inc.