id: org.apache.streampipes.processors.siddhi.frequencychange title: Frequency Change sidebar_label: Frequency Change

Notifies if there is a frequency change in events.


Description

Detects when the frequency of the event stream changes.


Required input

Does not have any specific input requirements.


Configuration

Time Unit

The time unit of the window. e.g, hrs, min and sec

Percentage of Increase/Decrease

Specifies the increase in percent (e.g., 100 indicates an increase by 100 percent within the specified time window).

Time window length

The time duration of the window in seconds.

Output

Outputs event if there is a frequency change according to the provided configuration.