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


Usage

<configuration>
    <event-options>
        <policy>
            <within>
                <name>seconds</name> <!-- identifier -->
                <trigger>...</trigger>
                <events>...</events>
                <not>...</not>
            </within>
        </policy>
    </event-options>
</configuration>

Description

List of events correlated with trigering events.

Contents

<events>—List of events that must occur within time interval.

<name>—Time within which correlated events must occur (or not).

<not>—Events must not occur within time interval.

<trigger>—Correlate events based on the number of occurrences.


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