Usage
<configuration><event-options><policy><attributes-match><from-event-attribute>from-event-attribute</from-event-attribute> <!-- identifier --><equals/><starts-with/><matches/><to-event-attribute-value>to-event-attribute-value</to-event-attribute-value> <!-- identifier --></attributes-match></policy></event-options>
</configuration>Description
List of attributes to compare for two events.
Contents
<condition>—Relationship that must hold between attributes.
equals—Attributes match.matches—Regular expression matching the first attribute value.starts-with—Second attribute starts with first attribute value.
<from-event-attribute>—First attribute to compare.
<to-event-attribute-value>—Second attribute or value to compare.