id: version-0.66.0-org.apache.streampipes.processors.filters.jvm.threshold title: Threshold Detector sidebar_label: Threshold Detector original_id: org.apache.streampipes.processors.filters.jvm.threshold


Description

The Threshold Detector processor appends a boolean whether the condition is fulfilled or not


Required input

The processor works with any input event that has one field containing a numerical value.


Configuration

Field

Specifies the field name where the filter operation should be applied on.

Operation

Specifies the filter operation that should be applied on the field.

Threshold value

Specifies the threshold value.

Output

Appends a boolean with the value whether the condition is fulfilled or not.