[Contents] [Prev] [Next] [Index] [Report an Error]


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.

<from-event-attribute>—First attribute to compare.

<to-event-attribute-value>—Second attribute or value to compare.


[Contents] [Prev] [Next] [Index] [Report an Error]