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


Usage

<configuration>
    <event-options>
        <policy>
            <name>name</name> <!-- identifier -->
            <events>...</events> <!-- mandatory -->
            <within>...</within>
            <attributes-match>...</attributes-match>
            <then>...</then> <!-- mandatory -->
        </policy>
    </event-options>
</configuration>

Description

Event policy for event policy manager.

Contents

<attributes-match>—List of attributes to compare for two events.

<events>—List of events that trigger this policy.

<name>—Name of policy.

<then>—List of actions to perform when policy matches.

<within>—List of events correlated with trigering events.


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