id: version-0.68.0-org.apache.streampipes.processors.siddhi.stop title: Stream Stop Detection sidebar_label: Stream Stop Detection original_id: org.apache.streampipes.processors.siddhi.stop


Description

Triggers an event when the input data stream stops sending events


Required input

Does not have any specific input requirements.


Configuration

Time Window Length (Seconds)

Specifies the size of the time window in seconds.

Output

Outputs a similar event like below.

{
  'timestamp': 1621243855401,
  'message': 'Event stream has stopped'  
}