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


Usage

<configuration>
    <event-options>
        <policy>
            <within>
                <trigger>
                    <until/>
                    <on/>
                    <after/>
                    <count>count</count> <!-- mandatory -->
                </trigger>
            </within>
        </policy>
    </event-options>
</configuration>

Description

Correlate events based on the number of occurrences.

Contents

<after>—Trigger when occurrences of triggering event > 'count'.

<count>—Number of occurrences of triggering event.

<on>—Trigger when occurrences of triggering event = 'count'.

<until>—Trigger when occurrences of triggering event < 'count'.


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