This group contains a variety of actions that perform distinctive functions.
Click an Action to learn more about how to use it.
Current version v1.0.0
The Unique action stores in its memory a list of unique values received from a given event field. An event will be sent out via an output port each time a new value is identified. Furthermore, you can configure a list of all the events stored in its memory to be sent periodically via a different port.
To add it to your Pipeline, drag and drop it onto the canvas.
To open the configuration, click the Action in the canvas and select Configuration.
In order to configure this action, you must first link it to a Listener. Go to Building a Pipeline to learn how to link.
Field to be hashed* - the field providing the events to the action.
Hashed output field* - give the output field a name.
Warmup seconds - you can optionally add a warm-up period. This will be the number of seconds to wait until the first version of the list of stored events is marked as complete and ready to be sent.
Bypass hash calculation - select true to bypass the hash calculation if the value is null, or false to ignore.
Click Save to complete and the action is now ready to use in your Pipeline.
This action has 3 output ports:
Emits the entire contents of the list, in the specified format.
Emits events returning an error.
Emits any event that is not already on the list as soon as it is detected.